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 f557c4d6e3642b8f5a2bf02f8c0f670a18a7ff0a..91eb6593f35f2630610717da4df91c20f2c85670 100644 |
--- a/chrome/browser/profiles/profile_io_data.cc |
+++ b/chrome/browser/profiles/profile_io_data.cc |
@@ -987,6 +987,8 @@ void ProfileIOData::Init( |
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()); |
+ network_delegate->set_on_resolve_proxy_handler( |
+ io_thread_globals->on_resolve_proxy_handler.get()); |
if (command_line.HasSwitch(switches::kEnableClientHints)) |
network_delegate->SetEnableClientHints(); |
network_delegate->set_extension_info_map( |