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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2792233003: Split SpellCheckPanel off SpellCheckProvider (Closed)
Patch Set: Fix further compile error Created 3 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 22d3a66c2235d6fc4e31ca793faf991648ea670c..ef56811f87c0b9499f69960581b70a4c708da941 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -67831,6 +67831,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SpellCheck.api.showUI" enum="BooleanEnabled">
Ilya Sherman 2017/04/05 21:43:54 nit: (Just within this file) please use an enum wi
Ilya Sherman 2017/04/05 21:43:54 nit: I have some quibbles with this metric name, b
+ <owner>groby@chromium.org</owner>
+ <owner>rlp@chromium.org</owner>
+ <summary>
+ The number of times the platform spelling UI was enabled/disabled.
Ilya Sherman 2017/04/05 21:43:54 What is the intended use of this histogram? This
Xiaocheng 2017/04/05 22:17:48 Thanks for the idea. This patch is for fixing crb
Ilya Sherman 2017/04/05 22:54:07 I see. Is there a corresponding CL to remove the
+ </summary>
+</histogram>
+
<histogram name="SpellCheck.SpellingService.Enabled" enum="BooleanEnabled">
<owner>groby@chromium.org</owner>
<owner>rlp@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698