Index: components/autofill/core/common/autofill_pref_names.h |
diff --git a/components/autofill/core/common/autofill_pref_names.h b/components/autofill/core/common/autofill_pref_names.h |
index 50af375f22f88b7f33ec298ddeb31f21f321c9e1..fee1df253fe878ccbb6b2141c73c0de7c573bdbc 100644 |
--- a/components/autofill/core/common/autofill_pref_names.h |
+++ b/components/autofill/core/common/autofill_pref_names.h |
@@ -10,11 +10,13 @@ namespace prefs { |
// Alphabetical list of preference names specific to the Autofill |
// component. Keep alphabetized, and document each in the .cc file. |
-extern const char kAutofillAuxiliaryProfilesEnabled[]; |
-extern const char kAutofillAuxiliaryProfilesQueried[]; |
+extern const char kAutofillAndroidAuxiliaryProfilesEnabled[]; |
+extern const char kAutofillMacAddressBookQueried[]; |
Ilya Sherman
2014/06/03 23:48:59
nit: Please keep this list alphabetically sorted.
erikchen
2014/06/04 01:51:26
Done.
|
extern const char kAutofillEnabled[]; |
extern const char kAutofillNegativeUploadRate[]; |
extern const char kAutofillPositiveUploadRate[]; |
+extern const char kAutofillUseMacAddressBook[]; |
+extern const char kAutofillHasMigratedUseMacAddressBookPref[]; |
} // namespace prefs |
} // namespace autofill |