diff options
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r-- | chrome/browser/profile.h | 5 |
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) { |