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

Unified Diff: chrome/browser/profile.cc

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.cc
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
index adf58858c66c7b48ec630d0cd8ac92e3241f1860..96c223511fbf26d2176166aecea46b5a967228a2 100644
--- a/chrome/browser/profile.cc
+++ b/chrome/browser/profile.cc
@@ -585,6 +585,10 @@ class OffTheRecordProfileImpl : public Profile,
return NULL;
}
+ virtual PrefProxyConfigTracker* GetProxyConfigTracker() {
+ return profile_->GetProxyConfigTracker();
+ }
+
private:
NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698