| Index: chrome/browser/net/pref_proxy_config_tracker_impl.h
|
| diff --git a/chrome/browser/net/pref_proxy_config_tracker_impl.h b/chrome/browser/net/pref_proxy_config_tracker_impl.h
|
| index c3934865ddcab31f9206d23da75b6916cce5578d..2208a86744888624954306cdc896c449203172b6 100644
|
| --- a/chrome/browser/net/pref_proxy_config_tracker_impl.h
|
| +++ b/chrome/browser/net/pref_proxy_config_tracker_impl.h
|
| @@ -41,6 +41,7 @@ class ChromeProxyConfigService
|
| virtual ConfigAvailability GetLatestProxyConfig(
|
| net::ProxyConfig* config) OVERRIDE;
|
| virtual void OnLazyPoll() OVERRIDE;
|
| + virtual void StartTearDown() OVERRIDE;
|
|
|
| // Method on IO thread that receives the preference proxy settings pushed from
|
| // PrefProxyConfigTrackerImpl.
|
|
|