diff options
Diffstat (limited to 'net/proxy')
-rw-r--r-- | net/proxy/proxy_service.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h index f9424d7..75ac3c9 100644 --- a/net/proxy/proxy_service.h +++ b/net/proxy/proxy_service.h @@ -277,6 +277,9 @@ class ProxyService : public base::RefCountedThreadSafe<ProxyService>, int result_code, const BoundNetLog& net_log); + // Start initialization using |fetched_config_|. + void InitializeUsingLastFetchedConfig(); + // NetworkChangeNotifier::Observer // When this is called, we re-fetch PAC scripts and re-run WPAD. virtual void OnIPAddressChanged(); @@ -284,9 +287,6 @@ class ProxyService : public base::RefCountedThreadSafe<ProxyService>, // ProxyConfigService::Observer virtual void OnProxyConfigChanged(const ProxyConfig& config); - // Start initialization using |fetched_config_|. - void InitializeUsingLastFetchedConfig(); - scoped_ptr<ProxyConfigService> config_service_; scoped_ptr<ProxyResolver> resolver_; |