Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index d58e4dac0658e45f4b881c17104b0ff7e17477b7..801739afd2c028292f824726792f1c514d678ddb 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -997,6 +997,7 @@ const char kSyncPasswords[] = "sync.passwords"; |
const char kSyncPreferences[] = "sync.preferences"; |
const char kSyncApps[] = "sync.apps"; |
const char kSyncAutofill[] = "sync.autofill"; |
+const char kSyncAutofill_profile[] = "sync.autofillprofile"; |
const char kSyncThemes[] = "sync.themes"; |
const char kSyncTypedUrls[] = "sync.typed_urls"; |
const char kSyncExtensions[] = "sync.extensions"; |
@@ -1014,6 +1015,10 @@ const char kSyncSuppressStart[] = "sync.suppress_start"; |
// user settings DB to the token service. |
const char kSyncCredentialsMigrated[] = "sync.credentials_migrated"; |
+// Boolean to represent whether the legacy autofill profile data has been |
+// migrated to the new model. |
+const char kAutofillProfileMigrated[] = "sync.autofill_migrated"; |
+ |
// 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"; |