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 d7c08c021306a47c7ed28908bd64757e251af4ab..8f2c852b2f9c08e3c87107a3d7ab653ad949773f 100644 |
--- a/chrome/browser/net/chrome_url_request_context.h |
+++ b/chrome/browser/net/chrome_url_request_context.h |
@@ -388,9 +388,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_ |