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

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

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.h
diff --git a/chrome/browser/spellchecker/spellcheck_host_metrics.h b/chrome/browser/spellchecker/spellcheck_host_metrics.h
index e0e116694a2a8d0277e20c82c039889e89361601..78f039484701e8614a25cbbb8a1717109d01b658 100644
--- a/chrome/browser/spellchecker/spellcheck_host_metrics.h
+++ b/chrome/browser/spellchecker/spellcheck_host_metrics.h
@@ -33,7 +33,7 @@ class SpellCheckHostMetrics {
// Collects the number of words in the custom dictionary, which is
// to be uploaded via UMA.
- void RecordCustomWordCountStats(size_t count);
+ static void RecordCustomWordCountStats(size_t count);
// Collects status of spellchecking enabling state, which is
// to be uploaded via UMA

Powered by Google App Engine
This is Rietveld 408576698