| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 4799a7f54f40a8c2e6dca46e24b28e7d1973dea3..b3a7aff1d9f2d0b25d818a2ce7f8834fb82cb53f 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -992,6 +992,7 @@ const char kSyncPasswords[] = "sync.passwords";
|
| const char kSyncPreferences[] = "sync.preferences";
|
| const char kSyncApps[] = "sync.apps";
|
| const char kSyncAutofill[] = "sync.autofill";
|
| +const char kSyncAutofillProfile[] = "sync.autofill_profile";
|
| const char kSyncThemes[] = "sync.themes";
|
| const char kSyncTypedUrls[] = "sync.typed_urls";
|
| const char kSyncExtensions[] = "sync.extensions";
|
| @@ -1009,6 +1010,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";
|
|
|