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

Unified Diff: chrome/browser/sync/profile_sync_service.h

Issue 1175243009: [Sync] Rename SyncEnabledAndLoggedIn() to CanStartSync(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a const transition. Created 5 years, 6 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 dbac6a5a9921a60f2a8a02910ac7ff4e51b56e9b..35ea95305aaa18b2b9c780e77fa26070974ff487 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -277,7 +277,7 @@ class ProfileSyncService : public sync_driver::SyncService,
bool HasSyncSetupCompleted() const override;
bool IsSyncAllowed() const override;
bool IsSyncActive() const override;
- bool IsSyncEnabledAndLoggedIn() override;
+ bool CanSyncStart() const override;
void DisableForUser() override;
void RequestStop() override;
void RequestStart() override;
« no previous file with comments | « chrome/browser/password_manager/password_store_factory.cc ('k') | chrome/browser/sync/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698