Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: components/autofill/core/common/autofill_pref_names.h

Issue 301343002: mac: Clean up autofill integration with Address Book. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@autofill_cleanup2_base
Patch Set: Autofill test failures on Android. Undo a change to autofill_test_utils.cc. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..fb580a6565fb888f463160b72d2bc6529fd9bec6 100644
--- a/components/autofill/core/common/autofill_pref_names.h
+++ b/components/autofill/core/common/autofill_pref_names.h
@@ -11,10 +11,11 @@ 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 kAutofillEnabled[];
+extern const char kAutofillMacAddressBookQueried[];
extern const char kAutofillNegativeUploadRate[];
extern const char kAutofillPositiveUploadRate[];
+extern const char kAutofillUseMacAddressBook[];
} // namespace prefs
} // namespace autofill
« no previous file with comments | « components/autofill/core/browser/personal_data_manager_mac.mm ('k') | components/autofill/core/common/autofill_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698