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

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

Issue 212233002: [Autofill] Add metrics to determine whether the system AddressBook is accessible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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.cc
diff --git a/components/autofill/core/common/autofill_pref_names.cc b/components/autofill/core/common/autofill_pref_names.cc
index 622783c0540c3e9478f3d90a8f125a4960a22f7e..b03fdb0be2a055763491c510b170277aaa198427 100644
--- a/components/autofill/core/common/autofill_pref_names.cc
+++ b/components/autofill/core/common/autofill_pref_names.cc
@@ -12,6 +12,12 @@ namespace prefs {
const char kAutofillAuxiliaryProfilesEnabled[] =
"autofill.auxiliary_profiles_enabled";
+// Boolean that is true when at least one read request for auxiliary Autofill
+// profiles has been issued. Currently applies only to auxiliar profiles on
+// Mac.
+const char kAutofillAuxiliaryProfilesQueried[] =
+ "autofill.auxiliary_profiles_queried";
+
// Boolean that is true if Autofill is enabled and allowed to save profile data.
const char kAutofillEnabled[] = "autofill.enabled";

Powered by Google App Engine
This is Rietveld 408576698