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_ |