| 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 b47f92ec4200d22b744cbf3ab7dba3507e40ec21..5cfeea6760776cbf587f42cdecb771f25724fbd3 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -942,6 +942,8 @@ void ProfileIOData::Init(
|
| &enable_referrers_);
|
| network_delegate->set_data_reduction_proxy_params(
|
| io_thread_globals->data_reduction_proxy_params.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(
|
|
|