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

Unified Diff: chrome/browser/net/chrome_url_request_context.h

Issue 5005002: Dynamically refresh pref-configured proxies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address 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/net/chrome_url_request_context.h
diff --git a/chrome/browser/net/chrome_url_request_context.h b/chrome/browser/net/chrome_url_request_context.h
index 72a31af65560f58f32ffb38edb2ad361d1a3bec8..f8aa2d0df27bfd7a95195a76182c929ebc02867d 100644
--- a/chrome/browser/net/chrome_url_request_context.h
+++ b/chrome/browser/net/chrome_url_request_context.h
@@ -384,9 +384,4 @@ class ChromeURLRequestContextFactory {
DISALLOW_COPY_AND_ASSIGN(ChromeURLRequestContextFactory);
};
-// Creates a proxy configuration from proxy-related preferences fetched
-// from |pref_service|. The relevant preferences in |pref_service| are
-// initialized from the process' command line or by applicable proxy policies.
-net::ProxyConfig* CreateProxyConfig(const PrefService* pref_service);
-
#endif // CHROME_BROWSER_NET_CHROME_URL_REQUEST_CONTEXT_H_

Powered by Google App Engine
This is Rietveld 408576698