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

Unified Diff: components/browser_sync/profile_sync_service.h

Issue 2942473002: [sync] Don't show an error icon when sync isn't signed in (Closed)
Patch Set: make isSyncConfirmationNeeded virtual, add comments Created 3 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
« no previous file with comments | « no previous file | components/browser_sync/profile_sync_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/profile_sync_service.h
diff --git a/components/browser_sync/profile_sync_service.h b/components/browser_sync/profile_sync_service.h
index ddc7d6b0ca2832024a9803336840119c1b63b45a..a47fe59fbb3cafecd3a8187f8248c6c2e49bfd4b 100644
--- a/components/browser_sync/profile_sync_service.h
+++ b/components/browser_sync/profile_sync_service.h
@@ -437,7 +437,7 @@ class ProfileSyncService : public syncer::SyncServiceBase,
// Whether sync is currently blocked from starting because the sync
// confirmation dialog hasn't been confirmed.
- bool IsSyncConfirmationNeeded() const;
+ virtual bool IsSyncConfirmationNeeded() const;
// Returns whether sync is managed, i.e. controlled by configuration
// management. If so, the user is not allowed to configure sync.
« no previous file with comments | « no previous file | components/browser_sync/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698