Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(336)

Unified Diff: chrome/browser/profiles/profile.h

Issue 8872036: Profiles: Move NetworkActionPredictor to the ProfileKeyedService framework. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: More Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698