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

Unified Diff: chrome/browser/sync/test/integration/profile_sync_service_harness.h

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/test/integration/profile_sync_service_harness.h
diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.h b/chrome/browser/sync/test/integration/profile_sync_service_harness.h
index 20de77dc987e1dbfa8398acdb4d9bfaa617456a8..2681714a96b3be6cd671047afd9dcfb2938c049e 100644
--- a/chrome/browser/sync/test/integration/profile_sync_service_harness.h
+++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.h
@@ -84,7 +84,7 @@ class ProfileSyncServiceHarness {
// Blocks the caller until the sync backend is initialized or some end state
skym 2016/12/05 19:38:56 backend
maxbogue 2016/12/05 22:17:11 Done.
// (e.g., auth error) is reached. Returns true if and only if the backend
skym 2016/12/05 19:38:56 backend
maxbogue 2016/12/05 22:17:11 Done.
- // initialized successfully. See ProfileSyncService's IsBackendInitialized()
+ // initialized successfully. See ProfileSyncService's IsEngineInitialized()
// method for the definition of backend initialization.
skym 2016/12/05 19:38:56 backend
maxbogue 2016/12/05 22:17:11 Done.
bool AwaitBackendInitialization();
skym 2016/12/05 19:38:56 backend
maxbogue 2016/12/05 22:17:11 Done.

Powered by Google App Engine
This is Rietveld 408576698