Chromium Code Reviews| Index: chrome/browser/profile.h |
| diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h |
| index f2accbf6b62573f90b0626e821625822c746bd69..cf2a21ae05447b9601db15d2260d1220d3954cc3 100644 |
| --- a/chrome/browser/profile.h |
| +++ b/chrome/browser/profile.h |
| @@ -68,6 +68,7 @@ class PersonalDataManager; |
| class PinnedTabService; |
| class PrefService; |
| class ExtensionInfoMap; |
| +class PrefProxyConfigTracker; |
| class PromoCounter; |
| class ProfileSyncService; |
| class ProfileSyncFactory; |
| @@ -478,6 +479,8 @@ class Profile { |
| GetChromeOSProxyConfigServiceImpl() = 0; |
| #endif // defined(OS_CHROMEOS) |
| + virtual PrefProxyConfigTracker* GetProxyConfigTracker() = 0; |
|
eroman
2010/11/20 03:19:07
comment?
Mattias Nissler (ping if slow)
2010/11/21 22:49:14
Done.
|
| + |
| #ifdef UNIT_TEST |
| // Use with caution. GetDefaultRequestContext may be called on any thread! |
| static void set_default_request_context(URLRequestContextGetter* c) { |