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

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 stores acknowledged types in a ListValue, not a StringValue. Created 9 years, 4 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
« chrome/browser/sync/syncable/model_type.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 126d0cec8e9d76d39f0fe21d3d14407189645389..811dd1a2ad1fc19bb0a5e1b0b054bba3b9e9f197 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1263,6 +1263,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,
akalin 2011/08/10 01:16:21 Update comment (not string anymore)
Andrew T Wilson (Slow) 2011/08/10 23:40:12 Done.
+// 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/sync/syncable/model_type.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