Sync: don't delay startup except during browser startup
Followup to https://crrev.com/c/1975726 Sync supports delaying the engine startup by 10 seconds. This is meant for avoiding contention during browser startup. Before this CL, the 10-second delay would also apply in a few other (rare) situations, for no particular reason. After this CL, the delay happens only during browser startup. This is mostly for simplicity/consistency; it's not expected to have any real impact. Bug: 1035874 Change-Id: Icd7ef6989c4cc252913d9060c6e14191d0b7c24f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989533 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#729712}
Showing
Please register or sign in to comment