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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1457393003: [Autofill] Guard against the initialization failure of ICU Collator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 5 years, 1 month 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4132996a123981b68b3d1702cf59dd2010eaff41..ffe39af768274fe004a8f00995f6b731a259063e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2221,6 +2221,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>The autofill state related to a submitted form.</summary>
</histogram>
+<histogram name="Autofill.IcuCollatorCreationSuccess" enum="BooleanSuccess">
Ilya Sherman 2015/11/19 22:31:54 Optional nit: A BooleanCreated with labels "Failed
Mathieu 2015/11/20 16:19:38 I find it would be slightly redundant because ther
+ <owner>mathp@chromium.org</owner>
+ <summary>
+ Tracks whether Autofill was able to create the ICU collator successfully.
+ </summary>
+</histogram>
+
<histogram name="Autofill.IsEnabled.PageLoad" enum="BooleanEnabled">
<owner>isherman@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698