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

Unified Diff: components/sync/base/pref_names.cc

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 | « components/browser_sync/profile_sync_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/pref_names.cc
diff --git a/components/sync/base/pref_names.cc b/components/sync/base/pref_names.cc
index 940e3f89585104b94ca2bfd8fb86b33e5929b6b7..4ebb41c6fd47faf5955339408ad984c15591714f 100644
--- a/components/sync/base/pref_names.cc
+++ b/components/sync/base/pref_names.cc
@@ -71,7 +71,7 @@ const char kSyncWifiCredentials[] = "sync.wifi_credentials";
const char kSyncManaged[] = "sync.managed";
// Boolean to prevent sync from automatically starting up. This is
-// used when sync is disabled by the user via the privacy dashboard.
+// used when sync is disabled by the user in sync settings.
const char kSyncSuppressStart[] = "sync.suppress_start";
// A string that can be used to restore sync encryption infrastructure on
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698