Index: chrome/browser/profiles/off_the_record_profile_impl.h |
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h |
index 7108e02c788ef97c0668872e1700cecd6189c41d..f98bdf7707d2a15360f5f843d3a897896cbb7153 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.h |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h |
@@ -127,6 +127,7 @@ class OffTheRecordProfileImpl : public Profile, |
virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE; |
virtual chrome_browser_net::Predictor* GetNetworkPredictor() OVERRIDE; |
virtual void ClearNetworkingHistorySince(base::Time time) OVERRIDE; |
+ virtual GURL GetHomePage() OVERRIDE; |
// content::NotificationObserver implementation. |
virtual void Observe(int type, |