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

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

Issue 8872036: Profiles: Move NetworkActionPredictor to the ProfileKeyedService framework. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add comment as reminder 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_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 7ebfe45e4064f954e8b7b68338ab57938bfd6a45..8fa77cef7149ad886b454f8c9e1bd05de0434272 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -136,7 +136,6 @@ class ProfileImpl : public Profile,
virtual chrome_browser_net::Predictor* GetNetworkPredictor() OVERRIDE;
virtual void ClearNetworkingHistorySince(base::Time time) OVERRIDE;
virtual GURL GetHomePage() OVERRIDE;
- virtual NetworkActionPredictor* GetNetworkActionPredictor() OVERRIDE;
virtual void SaveSessionState() OVERRIDE;
#if defined(OS_CHROMEOS)
@@ -266,7 +265,6 @@ class ProfileImpl : public Profile,
scoped_refptr<WebKitContext> webkit_context_;
scoped_refptr<fileapi::FileSystemContext> file_system_context_;
scoped_refptr<quota::QuotaManager> quota_manager_;
- scoped_ptr<NetworkActionPredictor> network_action_predictor_;
bool history_service_created_;
bool favicon_service_created_;
bool created_web_data_service_;

Powered by Google App Engine
This is Rietveld 408576698