Index: chrome/browser/io_thread.cc |
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc |
index 7726fcf5524bddfd32c81c0fd5b953f5d32749a3..7e35d46385defcc803623225d13e72301d7bdff3 100644 |
--- a/chrome/browser/io_thread.cc |
+++ b/chrome/browser/io_thread.cc |
@@ -1058,6 +1058,12 @@ void IOThread::InitializeNetworkSessionParamsFromGlobals( |
¶ms->origin_to_force_quic_on); |
params->enable_user_alternate_protocol_ports = |
globals.enable_user_alternate_protocol_ports; |
+ params->before_proxy_tunnel_request_callback = |
+ base::Bind( |
+ &data_reduction_proxy::DataReductionProxyAuthRequestHandler:: |
+ MaybeAddProxyTunnelRequestHandler, |
+ base::Unretained( |
+ globals.data_reduction_proxy_auth_request_handler.get())); |
} |
base::TimeTicks IOThread::creation_time() const { |