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

Unified Diff: chrome/browser/profiles/off_the_record_profile_impl.cc

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/off_the_record_profile_impl.cc
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
index 2a8b1c0eb8fefafff819c437a38cd02ec80e3f34..500f15e1ec46bbc7def29fb97ac4c4adf4d13282 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -453,14 +453,6 @@ Time OffTheRecordProfileImpl::GetStartTime() const {
return start_time_;
}
-SpellCheckHost* OffTheRecordProfileImpl::GetSpellCheckHost() {
- return profile_->GetSpellCheckHost();
-}
-
-void OffTheRecordProfileImpl::ReinitializeSpellCheckHost(bool force) {
- profile_->ReinitializeSpellCheckHost(force);
-}
-
WebKitContext* OffTheRecordProfileImpl::GetWebKitContext() {
CreateQuotaManagerAndClients();
return webkit_context_.get();

Powered by Google App Engine
This is Rietveld 408576698