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

Unified Diff: chrome/browser/spellcheck_host_impl.h

Issue 6995099: Revert 88309 - Introduced additional spellcheck related histograms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | « chrome/browser/spellcheck_host.h ('k') | chrome/browser/spellcheck_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/spellcheck_host_impl.h
===================================================================
--- chrome/browser/spellcheck_host_impl.h (revision 88455)
+++ chrome/browser/spellcheck_host_impl.h (working copy)
@@ -87,10 +87,6 @@
// Write a custom dictionary addition to disk.
void WriteWordToCustomDictionary(const std::string& word);
- // Collects a histogram for dictionary corruption rate
- // to be uploaded via UMA
- void RecordDictionaryCorruptionStats(bool corrupted);
-
// Collects status of spellchecking enabling state, which is
// to be uploaded via UMA
virtual void RecordCheckedWordStats(bool misspell);
@@ -99,10 +95,6 @@
// to be uploaded via UMA
virtual void RecordReplacedWordStats(int delta);
- // Collects a histogram for context menu showing as a spell correction
- // attempt to be uploaded via UMA
- virtual void RecordSuggestionStats(int delta);
-
// URLFetcher::Delegate implementation. Called when we finish downloading the
// spellcheck dictionary; saves the dictionary to |data_|.
virtual void OnURLFetchComplete(const URLFetcher* source,
@@ -161,8 +153,6 @@
int misspelled_word_count_;
// Number of checked words.
int spellchecked_word_count_;
- // Number of suggestion list showings.
- int suggestion_count_;
// Number of misspelled words replaced by a user.
int replaced_word_count_;
};
« no previous file with comments | « chrome/browser/spellcheck_host.h ('k') | chrome/browser/spellcheck_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698