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

Unified Diff: chrome/common/pref_names.cc

Issue 7481023: Adding notifications for new sync types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review feedback. Created 9 years, 5 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/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 3441f63f925adb8c50b79e2297f2e8b259f00e48..e8d764bc51787eebefa02fd6ec518dc75f0df9e0 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1261,6 +1261,11 @@ const char kSyncSuppressStart[] = "sync.suppress_start";
// migrated to the new model.
const char kAutofillProfileMigrated[] = "sync.autofill_migrated";
+// String representation of the currently acknowledged set of sync types,
+// used to figure out if a new sync type has rolled out so we can notify the
+// user.
+const char kAcknowledgedSyncTypes[] = "sync.acknowledged_types";
+
// A string that can be used to restore sync encryption infrastructure on
// startup so that the user doesn't need to provide credentials on each start.
const char kEncryptionBootstrapToken[] = "sync.encryption_bootstrap_token";
« chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698