| 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 65ee20fd951857fde1efbcddaf5ba6ecf41af0c8..4aa295dbdbe6f1bb63959b501058e167145b98a2 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -182,8 +182,8 @@ void OffTheRecordProfileIOData::LazyInitializeInternal(
|
| io_thread_globals->throttler_manager.get());
|
|
|
| // For incognito, we use the default non-persistent HttpServerPropertiesImpl.
|
| - http_server_properties_.reset(new net::HttpServerPropertiesImpl);
|
| - main_context->set_http_server_properties(http_server_properties_.get());
|
| + set_http_server_properties(new net::HttpServerPropertiesImpl);
|
| + main_context->set_http_server_properties(http_server_properties());
|
|
|
| // For incognito, we use a non-persistent server bound cert store.
|
| net::ServerBoundCertService* server_bound_cert_service =
|
|
|