| Index: chrome/browser/profiles/profile_impl.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_impl.h (revision 97464)
|
| +++ chrome/browser/profiles/profile_impl.h (working copy)
|
| @@ -124,7 +124,6 @@
|
| virtual PromoCounter* GetInstantPromoCounter();
|
| virtual BrowserSignin* GetBrowserSignin();
|
| virtual ChromeURLDataManager* GetChromeURLDataManager();
|
| - virtual chrome_browser_net::Predictor* GetNetworkPredictor();
|
|
|
| #if defined(OS_CHROMEOS)
|
| virtual void ChangeAppLocale(const std::string& locale, AppLocaleChangedVia);
|
| @@ -294,8 +293,6 @@
|
|
|
| Profile::Delegate* delegate_;
|
|
|
| - chrome_browser_net::Predictor* predictor_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
|
| };
|
|
|
|
|