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

Unified Diff: chrome/browser/spellcheck_host.h

Issue 7121006: Introduced additional spellcheck related histogram. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved code from render_view_host.cc to to rneder_view_context_menu.cc Created 9 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/spellcheck_host_impl.h » ('j') | chrome/browser/spellcheck_host_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/spellcheck_host.h
diff --git a/chrome/browser/spellcheck_host.h b/chrome/browser/spellcheck_host.h
index 27ccbc225c992d8b1a7429f73ee9ad7bb4b79c6f..d14a849f9dfe39a21415315e17e9e822fb77eebe 100644
--- a/chrome/browser/spellcheck_host.h
+++ b/chrome/browser/spellcheck_host.h
@@ -88,6 +88,10 @@ class SpellCheckHost
// to be uploaded via UMA
virtual void RecordCheckedWordStats(bool misspell) = 0;
+ // Collects a histogram for context menu showing as a spell correction
+ // attempt to be uploaded via UMA
brettw 2011/06/12 13:02:59 What is "delta" for? The comment should say this.
+ virtual void RecordSuggestionStats(int delta) = 0;
+
// Collects a histogram for misspelled word replacement
// to be uploaded via UMA
virtual void RecordReplacedWordStats(int delta) = 0;
« no previous file with comments | « no previous file | chrome/browser/spellcheck_host_impl.h » ('j') | chrome/browser/spellcheck_host_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698