Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index b4b2415316c44ed5e033b919fc8a1537ac7d90de..d7929e8714b214d58d669c475a9710c6fe56960f 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -129,6 +129,7 @@ class ProfileImpl : public Profile, |
virtual ChromeURLDataManager* GetChromeURLDataManager() OVERRIDE; |
virtual chrome_browser_net::Predictor* GetNetworkPredictor() OVERRIDE; |
virtual void ClearNetworkingHistorySince(base::Time time) OVERRIDE; |
+ virtual GURL GetHomePage() OVERRIDE; |
#if defined(OS_CHROMEOS) |
virtual void ChangeAppLocale(const std::string& locale, |