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

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: Fix a cross-platform problem. Created 6 years, 7 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..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

Powered by Google App Engine
This is Rietveld 408576698