Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 0fe3bf21ecd8fba3c7214e35c21f778d76990308..98101b0241f09d6bd98e58c8ed1d813f56fc69f2 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -781,6 +781,10 @@ void TestingProfile::ClearNetworkingHistorySince(base::Time time) { |
NOTIMPLEMENTED(); |
} |
+GURL TestingProfile::GetHomePage() { |
+ return GURL(chrome::kChromeUINewTabURL); |
+} |
+ |
PrefService* TestingProfile::GetOffTheRecordPrefs() { |
return NULL; |
} |