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

Unified Diff: chrome/browser/spellchecker/spellcheck_host_metrics.cc

Issue 13428008: [Spellcheck] Record the number of words in the custom dictionary when the custom dictionary is load… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: removing the todo, fixing grammar Created 7 years, 9 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/spellchecker/spellcheck_host_metrics.cc
diff --git a/chrome/browser/spellchecker/spellcheck_host_metrics.cc b/chrome/browser/spellchecker/spellcheck_host_metrics.cc
index a1adeeea64c56e9d27c6a8d7ededcdf1c2313820..f0fd6b9f7b07f8fcef68a31863f8b29b8036ce51 100644
--- a/chrome/browser/spellchecker/spellcheck_host_metrics.cc
+++ b/chrome/browser/spellchecker/spellcheck_host_metrics.cc
@@ -28,6 +28,7 @@ SpellCheckHostMetrics::SpellCheckHostMetrics()
SpellCheckHostMetrics::~SpellCheckHostMetrics() {
}
+// static
void SpellCheckHostMetrics::RecordCustomWordCountStats(size_t count) {
UMA_HISTOGRAM_COUNTS("SpellCheck.CustomWords", count);
}

Powered by Google App Engine
This is Rietveld 408576698