| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index af33c44df2595d8080f0fe59e2bdde6936e13f4b..f557c4d6e3642b8f5a2bf02f8c0f670a18a7ff0a 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -985,6 +985,8 @@ void ProfileIOData::Init(
|
| io_thread_globals->data_reduction_proxy_params.get());
|
| network_delegate->set_data_reduction_proxy_usage_stats(
|
| io_thread_globals->data_reduction_proxy_usage_stats.get());
|
| + network_delegate->set_data_reduction_proxy_auth_request_handler(
|
| + io_thread_globals->data_reduction_proxy_auth_request_handler.get());
|
| if (command_line.HasSwitch(switches::kEnableClientHints))
|
| network_delegate->SetEnableClientHints();
|
| network_delegate->set_extension_info_map(
|
|
|