Chromium Code Reviews| Index: chrome/common/pref_names.h |
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
| index 376c905d25c4928424cd5d154c5b34c9a7c62e0b..1e484dd1802a517ad08f9ac32c1d7cffbe6f5d6a 100644 |
| --- a/chrome/common/pref_names.h |
| +++ b/chrome/common/pref_names.h |
| @@ -367,6 +367,7 @@ extern const char kSyncPasswords[]; |
| extern const char kSyncPreferences[]; |
| extern const char kSyncApps[]; |
| extern const char kSyncAutofill[]; |
| +extern const char kSyncAutofill_profile[]; |
|
tim (not reviewing)
2010/12/13 19:24:33
no underscores
lipalani
2010/12/14 21:05:57
Done.
|
| extern const char kSyncThemes[]; |
| extern const char kSyncTypedUrls[]; |
| extern const char kSyncExtensions[]; |
| @@ -376,6 +377,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[]; |