| Index: chrome/browser/profile.h
|
| diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h
|
| index ac70b74fd050c4fa53ae2aba834d7740763376b5..4f96694f432a4157d5d4501481285fd17d470746 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) {
|
|
|