| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index fcda108de69001997d30339c5793fe0a8495b651..03b1672bbabcdc50c05abaf1601c5c83861fc914 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -60,7 +60,6 @@ class FindBarState;
|
| class GAIAInfoUpdateService;
|
| class HistoryService;
|
| class HostContentSettingsMap;
|
| -class NetworkActionPredictor;
|
| class PasswordStore;
|
| class PrefService;
|
| class ProfileSyncService;
|
| @@ -499,10 +498,6 @@ class Profile : public content::BrowserContext {
|
| // Returns the home page for this profile.
|
| virtual GURL GetHomePage() = 0;
|
|
|
| - // Returns the NetworkActionPredictor used by the Omnibox to decide when to
|
| - // prerender or prefetch a result.
|
| - virtual NetworkActionPredictor* GetNetworkActionPredictor() = 0;
|
| -
|
| // Makes the session state, e.g., cookies, persistent across the next restart.
|
| virtual void SaveSessionState() {}
|
|
|
|
|