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

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

Issue 9289007: Profiles: Move the Spelling system onto a ProfileKeyedServiceFactory. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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_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_;

Powered by Google App Engine
This is Rietveld 408576698