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

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

Side-by-side diff isn't available for this file because of its large size.
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: Fix a typo Created 6 years, 8 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/autofill/core/common/autofill_pref_names.cc ('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 6d9ddf9ad688c7f68736b16b501c1c9331db05c7..55242151194282a9b196895968d37f79196a1407 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1459,6 +1459,23 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Autofill.AddressBookAvailable" enum="BooleanAvailable">
+ <owner>isherman@chromium.org</owner>
+ <summary>
+ Whether the Mac AddressBook was available on an attempt to read data from
+ it.
+ </summary>
+</histogram>
+
+<histogram name="Autofill.AddressBookAvailableOnFirstAttempt"
+ enum="BooleanAvailable">
+ <owner>isherman@chromium.org</owner>
+ <summary>
+ Whether the Mac AddressBook was available on the *first* attempt to read
+ data from it. This is only recorded once per Chrome profile.
+ </summary>
+</histogram>
+
<histogram name="Autofill.AddressSuggestionsCount">
<owner>isherman@chromium.org</owner>
<summary>
« no previous file with comments | « components/autofill/core/common/autofill_pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698