summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.h
diff options
context:
space:
mode:
authormnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-24 14:44:02 +0000
committermnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-24 14:44:02 +0000
commitcc5bfd4de6d8b8c6f33ff1f4a9b28eecf562ec9d (patch)
treebc595667061dde2db1c835dde6e7505ae257a54d /chrome/browser/profile.h
parent8e0e513103bb5dc6ff104c669432c3aba4af18d3 (diff)
downloadchromium_src-cc5bfd4de6d8b8c6f33ff1f4a9b28eecf562ec9d.zip
chromium_src-cc5bfd4de6d8b8c6f33ff1f4a9b28eecf562ec9d.tar.gz
chromium_src-cc5bfd4de6d8b8c6f33ff1f4a9b28eecf562ec9d.tar.bz2
Dynamically refresh pref-configured proxies.
BUG=63175,48930 TEST=unit tests Review URL: http://codereview.chromium.org/5005002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67261 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r--chrome/browser/profile.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h
index 57bb13d..5b5cdaf 100644
--- a/chrome/browser/profile.h
+++ b/chrome/browser/profile.h
@@ -72,6 +72,7 @@ class PersonalDataManager;
class PinnedTabService;
class PrefService;
class ExtensionInfoMap;
+class PrefProxyConfigTracker;
class PromoCounter;
class ProfileSyncService;
class ProfileSyncFactory;
@@ -485,6 +486,10 @@ class Profile {
GetChromeOSProxyConfigServiceImpl() = 0;
#endif // defined(OS_CHROMEOS)
+ // Returns the helper object that provides the proxy configuration service
+ // access to the the proxy configuration possibly defined by preferences.
+ virtual PrefProxyConfigTracker* GetProxyConfigTracker() = 0;
+
#ifdef UNIT_TEST
// Use with caution. GetDefaultRequestContext may be called on any thread!
static void set_default_request_context(URLRequestContextGetter* c) {