| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index b7ca041b63978eeeddf1ec4473125169e29ce5d3..e912666c8f69c70ccdd6b85a3dafa867e8fad7bc 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -279,6 +279,11 @@ class IOThread : public content::BrowserThreadDelegate {
|
|
|
| void InitializeNetworkSessionParams(net::HttpNetworkSession::Params* params);
|
|
|
| + // Resets pref_proxy_config_tracker_. Required on Chrome OS to ensure that
|
| + // ProxyConfigServiceImpl is destroyed before NetworkHandler. Must only
|
| + // be called during shutdown.
|
| + void ShutdownPrefProxyConfigTracker();
|
| +
|
| base::TimeTicks creation_time() const;
|
|
|
| // Returns true if QUIC should be enabled for data reduction proxy, either as
|
|
|