| 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 9442345c2dd4149111ab4eb39953ccdd75e6cba5..d833633c8d2cee19722f72ec52d732b0d4a6e920 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -580,10 +580,6 @@ GURL OffTheRecordProfileImpl::GetHomePage() {
|
| return profile_->GetHomePage();
|
| }
|
|
|
| -NetworkActionPredictor* OffTheRecordProfileImpl::GetNetworkActionPredictor() {
|
| - return NULL;
|
| -}
|
| -
|
| void OffTheRecordProfileImpl::Observe(int type,
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) {
|
|
|