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

Unified Diff: chrome/browser/profile.h

Issue 5005002: Dynamically refresh pref-configured proxies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Eric's feedback. Created 10 years, 1 month 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/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) {

Powered by Google App Engine
This is Rietveld 408576698