Home
last modified time | relevance | path

Searched refs:new_proxy_config_service (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/proxy/
Dproxy_service.h106 void ResetConfigService(ProxyConfigService* new_proxy_config_service);
Dproxy_service.cc529 ProxyConfigService* new_proxy_config_service) { in ResetConfigService() argument
530 config_service_.reset(new_proxy_config_service); in ResetConfigService()