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

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

Issue 1155443009: [Sync] Rename SyncActive to IsSyncActive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More non-android cases. Created 5 years, 7 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
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 c969fe61a26fd6758cd90004b0535a739817e748..6c8f792f088abb7cdfbfa5ca9e665098d8b2796b 100644
--- a/chrome/browser/sync/test/integration/profile_sync_service_harness.h
+++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.h
@@ -82,7 +82,7 @@ class ProfileSyncServiceHarness {
// Blocks the caller until sync setup is complete. Returns true if and only
// if sync setup completed successfully. See sync_driver::SyncService's
- // SyncActive() method for the definition of what successful means here.
+ // IsSyncActive() method for the definition of what successful means here.
bool AwaitSyncSetupCompletion();
// Returns the ProfileSyncService member of the sync client.
« no previous file with comments | « chrome/browser/sync/sync_ui_util_unittest.cc ('k') | chrome/browser/sync/test/integration/profile_sync_service_harness.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698