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

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

Issue 8102019: redesign and reimplement proxy config service and tracker, revise proxy ui on cros (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months 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
===================================================================
--- chrome/browser/profiles/profile.h (revision 107101)
+++ chrome/browser/profiles/profile.h (working copy)
@@ -13,6 +13,7 @@
#include "base/basictypes.h"
#include "base/logging.h"
#include "chrome/browser/net/preconnect.h" // TODO: remove this.
+#include "chrome/browser/net/pref_proxy_config_tracker.h"
#include "chrome/common/extensions/extension_constants.h"
#include "content/browser/browser_context.h"
@@ -66,7 +67,6 @@
class HostContentSettingsMap;
class NavigationController;
class PasswordStore;
-class PrefProxyConfigTracker;
class PrefService;
class ProfileSyncFactory;
class ProfileSyncService;
@@ -479,7 +479,7 @@
// Returns the helper object that provides the proxy configuration service
// access to the the proxy configuration possibly defined by preferences.
- virtual PrefProxyConfigTracker* GetProxyConfigTracker() = 0;
+ virtual PrefProxyConfigTrackerType* GetProxyConfigTracker() = 0;
// Returns the Predictor object used for dns prefetch.
virtual chrome_browser_net::Predictor* GetNetworkPredictor() = 0;

Powered by Google App Engine
This is Rietveld 408576698