| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index d320a91f14ed4b793c212e79e84a518650d9d741..e8a11f7e464d479f162782ddeccf67ff91eaba3a 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -28,7 +28,6 @@ class PrefService;
|
| class ProfileSyncService;
|
| class PromoResourceService;
|
| class SpeechInputPreferences;
|
| -class SpellCheckProfile;
|
| class SSLConfigServiceManager;
|
| class VisitedLinkEventListener;
|
|
|
| @@ -117,8 +116,6 @@ class ProfileImpl : public Profile,
|
| virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() OVERRIDE;
|
| virtual bool IsSameProfile(Profile* profile) OVERRIDE;
|
| virtual base::Time GetStartTime() const OVERRIDE;
|
| - virtual SpellCheckHost* GetSpellCheckHost() OVERRIDE;
|
| - virtual void ReinitializeSpellCheckHost(bool force) OVERRIDE;
|
| virtual void MarkAsCleanShutdown() OVERRIDE;
|
| virtual void InitExtensions(bool extensions_enabled) OVERRIDE;
|
| virtual void InitPromoResources() OVERRIDE;
|
| @@ -183,8 +180,6 @@ class ProfileImpl : public Profile,
|
|
|
| void CreateQuotaManagerAndClients();
|
|
|
| - SpellCheckProfile* GetSpellCheckProfile();
|
| -
|
| void UpdateProfileUserNameCache();
|
|
|
|
|
| @@ -278,8 +273,6 @@ class ProfileImpl : public Profile,
|
| // See GetStartTime for details.
|
| base::Time start_time_;
|
|
|
| - scoped_ptr<SpellCheckProfile> spellcheck_profile_;
|
| -
|
| #if defined(OS_WIN)
|
| bool checked_instant_promo_;
|
| scoped_ptr<PromoCounter> instant_promo_counter_;
|
|
|