Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Unified Diff: components/browser_sync/browser/profile_sync_service.cc

Issue 1789433002: [Sync] Start up immediately when entering the sync setup UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@setup
Patch Set: Split tests. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/sync_driver/startup_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/browser/profile_sync_service.cc
diff --git a/components/browser_sync/browser/profile_sync_service.cc b/components/browser_sync/browser/profile_sync_service.cc
index 185438ffeec8539a0d2e08c2a38cb5cf7ff4b345..d493f566cbf4ff6bf7523ee652eedc930bafbe0d 100644
--- a/components/browser_sync/browser/profile_sync_service.cc
+++ b/components/browser_sync/browser/profile_sync_service.cc
@@ -1480,7 +1480,7 @@ void ProfileSyncService::SetSetupInProgress(bool setup_in_progress) {
if (startup_controller_->IsSetupInProgress() == setup_in_progress)
return;
- startup_controller_->set_setup_in_progress(setup_in_progress);
+ startup_controller_->SetSetupInProgress(setup_in_progress);
if (!setup_in_progress && IsBackendInitialized())
ReconfigureDatatypeManager();
NotifyObservers();
« no previous file with comments | « no previous file | components/sync_driver/startup_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698