| Index: net/proxy/proxy_service.h
|
| diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h
|
| index 25b254883949f1250d29a1ac0a9cd5a499cf0c5a..3d894202591e5b016742551cf4afaf806fa24909 100644
|
| --- a/net/proxy/proxy_service.h
|
| +++ b/net/proxy/proxy_service.h
|
| @@ -43,6 +43,7 @@ class ProxyScriptFetcher;
|
| // HTTP(S) URL. It uses the given ProxyResolver to handle the actual proxy
|
| // resolution. See ProxyResolverV8 for example.
|
| class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver,
|
| + public NetworkChangeNotifier::DNSObserver,
|
| public ProxyConfigService::Observer,
|
| NON_EXPORTED_BASE(public base::NonThreadSafe) {
|
| public:
|
| @@ -325,6 +326,10 @@ class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver,
|
| // When this is called, we re-fetch PAC scripts and re-run WPAD.
|
| virtual void OnIPAddressChanged() OVERRIDE;
|
|
|
| + // NetworkChangeNotifier::DNSObserver
|
| + // We respond as above.
|
| + virtual void OnDNSChanged() OVERRIDE;
|
| +
|
| // ProxyConfigService::Observer
|
| virtual void OnProxyConfigChanged(
|
| const ProxyConfig& config,
|
|
|