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

Unified Diff: chrome/browser/sync/sync_startup_tracker.cc

Issue 2551023006: [Sync] SyncEngine 1.5: Fix all backend references in PSS. (Closed)
Patch Set: Created 4 years 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
Index: chrome/browser/sync/sync_startup_tracker.cc
diff --git a/chrome/browser/sync/sync_startup_tracker.cc b/chrome/browser/sync/sync_startup_tracker.cc
index d65454b4058901ffa1042e143634f3c1db2e80e9..459b1775009082d66c13f361d8dc1116eb229c91 100644
--- a/chrome/browser/sync/sync_startup_tracker.cc
+++ b/chrome/browser/sync/sync_startup_tracker.cc
@@ -62,7 +62,7 @@ SyncStartupTracker::SyncServiceState SyncStartupTracker::GetSyncServiceState(
}
// If the sync backend has started up, notify the callback.
skym 2016/12/05 19:38:55 backend
maxbogue 2016/12/05 22:17:10 Done.
- if (service->IsBackendInitialized())
+ if (service->IsEngineInitialized())
return SYNC_STARTUP_COMPLETE;
// If the sync service has some kind of error, report to the user.

Powered by Google App Engine
This is Rietveld 408576698