Index: chrome/browser/profiles/off_the_record_profile_io_data.cc |
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
index dc2c66666d9fd0b74ab66d6cfed50013645bd675..d6d01cf607a752b0a3c031a4e728906867c8da72 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
@@ -139,6 +139,7 @@ void OffTheRecordProfileIOData::LazyInitializeInternal() const { |
network_delegate_.reset(new ChromeNetworkDelegate( |
io_thread_globals->extension_event_router_forwarder.get(), |
profile_params.profile_id, |
+ lazy_params_->profile_params.enable_referrers.release(), |
profile_params.protocol_handler_registry)); |
main_request_context_->set_network_delegate(network_delegate_.get()); |