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

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

Issue 2503933002: [Android] spellcheck: add availability UMA. (Closed)
Patch Set: tweak histogram description Created 4 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
« no previous file with comments | « components/spellcheck/browser/spellchecker_session_bridge_android.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 7e94067119120cef98b3dccc797d9749476a9be2..10546938f6f0630c7183d4a8daf9cecd22b0a02e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -60996,6 +60996,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Spellcheck.Android.Available" enum="BooleanAvailable">
+ <owner>timvolodine@chromium.org</owner>
+ <summary>
+ Whether the Android spellchecking service was available at the start of a
+ new spellchecking session. Note that the user can disable the Android
+ spellchecking service in settings, in which case it will show up as not
+ available in the histogram.
+ </summary>
+</histogram>
+
<histogram name="SpellCheck.Android.Latency" units="ms">
<owner>timvolodine@chromium.org</owner>
<summary>
« no previous file with comments | « components/spellcheck/browser/spellchecker_session_bridge_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698