Sync StartupController: Get rid of SetBypassSetupCompleteAndDeferredStartup
This method set some state on the StartupController which was equivalent to calling TryStart(/*force_immediate=*/true), only that it was also sticky, i.e. it'd also affect later TryStart(false) calls. This was confusing and hard to reason about, and not actually required for anything, so this CL gets rid of it. Bug: 854978 Change-Id: Id3bf77dc56689b33904c60f178264b0e3e8629c4 Reviewed-on: https://chromium-review.googlesource.com/1111850 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#569636}
Showing
Please register or sign in to comment