| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 46d50cee900bd7da0a6fa0951303dd8e8288d2f0..904cf35e8340d5afbe05bd4e604d596564904451 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -369,6 +369,7 @@ extern const char kSyncPasswords[];
|
| extern const char kSyncPreferences[];
|
| extern const char kSyncApps[];
|
| extern const char kSyncAutofill[];
|
| +extern const char kSyncAutofill_profile[];
|
| extern const char kSyncThemes[];
|
| extern const char kSyncTypedUrls[];
|
| extern const char kSyncExtensions[];
|
| @@ -378,6 +379,7 @@ extern const char kGoogleServicesUsername[];
|
| extern const char kSyncCredentialsMigrated[];
|
| extern const char kSyncUsingSecondaryPassphrase[];
|
| extern const char kEncryptionBootstrapToken[];
|
| +extern const char kAutofillProfileMigrated[];
|
|
|
| extern const char kWebAppCreateOnDesktop[];
|
| extern const char kWebAppCreateInAppsMenu[];
|
|
|