| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 3441fe9f5eb47f7003247e08a99bfbf14730cd26..e0a48fd4a91e6baa2d3e33c651c2bf2fc17d44d7 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/prefs/pref_member.h"
|
| #include "base/time/time.h"
|
| +#include "chrome/browser/net/chrome_network_delegate.h"
|
| #include "chrome/browser/net/ssl_config_service_manager.h"
|
| #include "components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h"
|
| #include "components/data_reduction_proxy/browser/data_reduction_proxy_params.h"
|
| @@ -195,6 +196,7 @@ class IOThread : public content::BrowserThreadDelegate {
|
| data_reduction_proxy_usage_stats;
|
| scoped_ptr<data_reduction_proxy::DataReductionProxyAuthRequestHandler>
|
| data_reduction_proxy_auth_request_handler;
|
| + ChromeNetworkDelegate::OnResolveProxyHandler on_resolve_proxy_handler;
|
| };
|
|
|
| // |net_log| must either outlive the IOThread or be NULL.
|
|
|