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 c55a651640d6bdc66efcc8fea2e829f026882ca9..d9263664ccf280ac9dc12d88269f1fb6fb1a39a8 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. |