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

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: Now acknowledges sync types when notification is clocked. 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 d49a5f17176fb402d398a412d58ab9261b16ef82..ff5cc9473101deec905f6dd865cba17d679ae035 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1256,6 +1256,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