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

Unified Diff: chrome/browser/profiles/profile.h

Issue 9289007: Profiles: Move the Spelling system onto a ProfileKeyedServiceFactory. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove stray mark Created 8 years, 11 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/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 5adb1762f762bf9b963ca0f4b3b979eaffeba03c..f634e1f700adfd488a8a8357aa14adda2a43228f 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -41,7 +41,6 @@ class ProfileSyncService;
class PromoCounter;
class ProtocolHandlerRegistry;
class SpeechInputPreferences;
-class SpellCheckHost;
class TemplateURLFetcher;
class TestingProfile;
class TokenService;
@@ -419,14 +418,6 @@ class Profile : public content::BrowserContext {
// the user started chrome.
virtual base::Time GetStartTime() const = 0;
- // May return NULL.
- virtual SpellCheckHost* GetSpellCheckHost() = 0;
-
- // If |force| is false, and the spellchecker is already initialized (or is in
- // the process of initializing), then do nothing. Otherwise clobber the
- // current spellchecker and replace it with a new one.
- virtual void ReinitializeSpellCheckHost(bool force) = 0;
-
// Marks the profile as cleanly shutdown.
//
// NOTE: this is invoked internally on a normal shutdown, but is public so

Powered by Google App Engine
This is Rietveld 408576698