| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index e7ff3f376c580ccadcccfbf7d96858254c6f1e3a..a271437a74c6b864d9eacfe8c755b352e3f82d4d 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -492,20 +492,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;
|
| @@ -552,13 +538,6 @@ class OffTheRecordProfileImpl : public Profile,
|
| return start_time_;
|
| }
|
|
|
| - virtual TabRestoreService* GetTabRestoreService() {
|
| - return NULL;
|
| - }
|
| -
|
| - virtual void ResetTabRestoreService() {
|
| - }
|
| -
|
| virtual SpellCheckHost* GetSpellCheckHost() {
|
| return profile_->GetSpellCheckHost();
|
| }
|
|
|