| 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();
|
|
|