| 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
|
|
|