Chromium Code Reviews| 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.
|