| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index c4d6af12baed48665c72738647a4553567a26e37..2d327123641e3f9b488894ff2f19b371ade5cd2c 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -364,6 +364,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[];
|
| @@ -373,6 +374,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[];
|
|
|