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

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 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.cc
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
index 2b10639544936aee83c527a2d9434b77cd44e40e..9ccda97ae9cede0144da336cf3fc1e134d05a0d4 100644
--- a/chrome/browser/profile.cc
+++ b/chrome/browser/profile.cc
@@ -590,6 +590,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