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

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

Issue 12335019: [Spellcheck] Add UMA stat for SpellingService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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_service.h
diff --git a/chrome/browser/spellchecker/spellcheck_service.h b/chrome/browser/spellchecker/spellcheck_service.h
index ac048103f18314958a44c3527b118271c466ffd5..a8631561c1a13b7980213ff38f855a9bb956cc18 100644
--- a/chrome/browser/spellchecker/spellcheck_service.h
+++ b/chrome/browser/spellchecker/spellcheck_service.h
@@ -121,6 +121,9 @@ class SpellcheckService : public ProfileKeyedService,
// spellchecking.
void OnSpellCheckDictionaryChanged();
+ // Notification handler for changes to prefs::kSpellCheckUseSpellingService.
+ void OnUseSpellingServiceChanged();
+
PrefChangeRegistrar pref_change_registrar_;
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698