| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 008c87128cff4443eb40b9b151e0ce337f21217e..f9dbfe1fa9be31c3d9aed58c5fef5b5b513b4626 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -845,10 +845,6 @@ GURL TestingProfile::GetHomePage() {
|
| return GURL(chrome::kChromeUINewTabURL);
|
| }
|
|
|
| -NetworkActionPredictor* TestingProfile::GetNetworkActionPredictor() {
|
| - return NULL;
|
| -}
|
| -
|
| PrefService* TestingProfile::GetOffTheRecordPrefs() {
|
| return NULL;
|
| }
|
|
|