| 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 d792f8ffafa4f32886613977f36dd36f0f31aa94..b2202e7dbc8ebee693002d0034bfec62161fdf0c 100644 | 
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc | 
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc | 
| @@ -428,14 +428,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) { | 
| } | 
|  | 
|  |