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

Unified Diff: chrome/browser/sync/profile_sync_service.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/profile_sync_service.h
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index ff2e2b0144422a02b01e490d36619ef6592ac4d6..10a5d748682f3624c0d3d25198165f221816fe93 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -275,7 +275,7 @@ class ProfileSyncService : public sync_driver::SyncService,
// sync_driver::SyncService implementation
bool HasSyncSetupCompleted() const override;
- bool SyncActive() const override;
+ bool IsSyncActive() const override;
bool IsSyncEnabledAndLoggedIn() override;
void DisableForUser() override;
void StopAndSuppress() override;

Powered by Google App Engine
This is Rietveld 408576698