| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index 7ed0c6ca731dcefb72bd6ea1822e5dd4d34adb59..3de00e1a659bcbb9b4e515c8ef5b73933bbafabf 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -475,20 +475,6 @@ class OffTheRecordProfileImpl : public Profile,
|
| return find_bar_state_.get();
|
| }
|
|
|
| - virtual SessionService* GetSessionService() {
|
| - // Don't save any sessions when incognito.
|
| - return NULL;
|
| - }
|
| -
|
| - virtual void ShutdownSessionService() {
|
| - // We don't allow a session service, nothing to do.
|
| - }
|
| -
|
| - virtual bool HasSessionService() const {
|
| - // We never have a session service.
|
| - return false;
|
| - }
|
| -
|
| virtual bool HasProfileSyncService() const {
|
| // We never have a profile sync service.
|
| return false;
|
| @@ -535,13 +521,6 @@ class OffTheRecordProfileImpl : public Profile,
|
| return start_time_;
|
| }
|
|
|
| - virtual TabRestoreService* GetTabRestoreService() {
|
| - return NULL;
|
| - }
|
| -
|
| - virtual void ResetTabRestoreService() {
|
| - }
|
| -
|
| virtual SpellCheckHost* GetSpellCheckHost() {
|
| return profile_->GetSpellCheckHost();
|
| }
|
|
|