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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 25752007: Add SpellCheck.SpellingService.Enabled histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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 | « no previous file | 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 e6f6f45062331b443ba366bd67442ff2c38a1145..4128bc3f6c2e58d1668d8b3e0fd206430637217a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17355,6 +17355,14 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="SpellCheck.SpellingService.Enabled" enum="BooleanEnabled">
+ <summary>
+ Whether the user has opted in to asking Google for spelling corrections.
groby-ooo-7-16 2013/10/03 17:39:48 nit: corrections -> correction suggestions? Or jus
dfaden 2013/10/03 17:59:15 Done.
+ Recorded both when spelling is initialized and when the preference is
+ changed.
groby-ooo-7-16 2013/10/03 17:39:48 nit: Do we usually add explanations on when it is
dfaden 2013/10/03 17:59:15 I notice that some of the other histograms do have
+ </summary>
+</histogram>
+
<histogram name="Sqlite.AppCache.Error" enum="SqliteErrorCode">
<summary>Error codes returned by sqlite for the appcache db.</summary>
</histogram>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698