diff options
Diffstat (limited to 'net/proxy/proxy_service.cc')
-rw-r--r-- | net/proxy/proxy_service.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/proxy/proxy_service.cc b/net/proxy/proxy_service.cc index 65db636..a827389 100644 --- a/net/proxy/proxy_service.cc +++ b/net/proxy/proxy_service.cc @@ -518,12 +518,6 @@ void ProxyService::SetProxyScriptFetcher( proxy_script_fetcher_.reset(proxy_script_fetcher); } -void ProxyService::ResetConfigService( - ProxyConfigService* new_proxy_config_service) { - config_service_.reset(new_proxy_config_service); - UpdateConfig(); -} - void ProxyService::DidCompletePacRequest(int config_id, int result_code) { // If we get an error that indicates a bad PAC config, then we should // remember that, and not try the PAC config again for a while. |