summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/proxy_service.cc')
-rw-r--r--net/proxy/proxy_service.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/net/proxy/proxy_service.cc b/net/proxy/proxy_service.cc
index af53ff8..be11692 100644
--- a/net/proxy/proxy_service.cc
+++ b/net/proxy/proxy_service.cc
@@ -421,14 +421,6 @@ void ProxyService::DidCompletePacRequest(int config_id, int result_code) {
}
void ProxyService::UpdateConfig() {
-#if !defined(WIN_OS)
- if (!resolver_) {
- // Tied to the NOTIMPLEMENTED in HttpNetworkLayer::HttpNetworkLayer()
- NOTIMPLEMENTED();
- return;
- }
-#endif
-
ProxyConfig latest;
if (resolver_->GetProxyConfig(&latest) != OK)
return;