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

Unified Diff: chrome/browser/profile_impl.h

Issue 5005002: Dynamically refresh pref-configured proxies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Jochen's comments. 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_impl.h
diff --git a/chrome/browser/profile_impl.h b/chrome/browser/profile_impl.h
index ea64bda26da0bc9c62565c5e19f167c57c172400..b0ea586a4cb1490783dcccac433b462c675e29b6 100644
--- a/chrome/browser/profile_impl.h
+++ b/chrome/browser/profile_impl.h
@@ -130,6 +130,8 @@ class ProfileImpl : public Profile,
virtual chromeos::ProxyConfigServiceImpl* GetChromeOSProxyConfigServiceImpl();
#endif // defined(OS_CHROMEOS)
+ virtual PrefProxyConfigTracker* GetProxyConfigTracker();
+
// NotificationObserver implementation.
virtual void Observe(NotificationType type,
const NotificationSource& source,
@@ -280,6 +282,8 @@ class ProfileImpl : public Profile,
chromeos_proxy_config_service_impl_;
#endif
+ scoped_refptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
+
DISALLOW_COPY_AND_ASSIGN(ProfileImpl);
};

Powered by Google App Engine
This is Rietveld 408576698