| 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 4b8f7e7ac5613506a7930c64938a3f7ec9c4ddd3..2b489b8a6ce09c30fbb22133651dca15a1e58e60 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -420,14 +420,6 @@ Time OffTheRecordProfileImpl::GetStartTime() const {
|
| return start_time_;
|
| }
|
|
|
| -history::TopSites* OffTheRecordProfileImpl::GetTopSitesWithoutCreating() {
|
| - return NULL;
|
| -}
|
| -
|
| -history::TopSites* OffTheRecordProfileImpl::GetTopSites() {
|
| - return NULL;
|
| -}
|
| -
|
| void OffTheRecordProfileImpl::SetExitType(ExitType exit_type) {
|
| }
|
|
|
|
|