| 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 f8838be99a4a6151e7eb0874ec9d625fddd45f91..735e809d88b97706af42a3ff18b6a64e2bf34eb9 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -154,6 +154,12 @@ OffTheRecordProfileIOData::Handle::GetDevToolsNetworkControllerHandle() const {
|
| return io_data_->network_controller_handle();
|
| }
|
|
|
| +void OffTheRecordProfileIOData::Handle::UpdateNetParamsOnIOThread(
|
| + net::HttpNetworkSession::ParamsUpdate params_update) {
|
| + DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
| + io_data_->UpdateNetParamsOnIOThread(params_update);
|
| +}
|
| +
|
| void OffTheRecordProfileIOData::Handle::LazyInitialize() const {
|
| if (initialized_)
|
| return;
|
|
|