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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
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:
Download patch
« no previous file with comments | « components/resources/default_200_percent/common/autofill/mac_contacts_icon.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 916791252a78aab5aef79c2dac1a06fdd6ef2d5f..20251f9b96998c22388ff394eb62719f5e33b9ad 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1610,6 +1610,21 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Tracks whether Autofill is enabled when Chrome launches.</summary>
</histogram>
+<histogram name="Autofill.MacAddressBook" enum="AutofillMacAddressBook">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ When Chrome tries to access the user's Address Book, OSX presents a blocking
+ dialog which disrupts the user experience. A new Chrome feature has been
+ introduced wherein Chrome only shows this blocking dialog if the user
+ explicitly asked Chrome to access the user's Address Book. If a form's field
+ looks like it might support Autofill suggestions from the user's Address
+ Book and there are no other suggestions, Chrome shows an Autofill entry that
+ prompts the user to give Chrome access to the user's Address Book. This
+ histogram tracks the frequency that this Autofill entry is presented, and
+ the frequency that this Autofill entry is selected.
+ </summary>
+</histogram>
+
<histogram name="AutoFill.ProfileCount">
<obsolete>
Deprecated as of 3/2011, replaced by Autofill.StoredProfileCount.
@@ -32269,6 +32284,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="17" label="fp05cc03e1"/>
</enum>
+<enum name="AutofillMacAddressBook" type="int">
+ <int value="0" label="Showed popup entry"/>
+ <int value="1" label="Selected popup entry"/>
+</enum>
+
<enum name="AutofillQuality" type="int">
<int value="0" label="Submitted"/>
<int value="1" label="Autofilled"/>
« no previous file with comments | « components/resources/default_200_percent/common/autofill/mac_contacts_icon.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698