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"; |