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

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: corrections -> suggestions 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..d1853fa56820d5965ecc735e4c735a8dbbe261c5 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 suggestions.
+ Recorded both when spelling is initialized and when the preference is
+ changed.
+ </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