| 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 39ec7628594b68bd18c44e8c8817c982a3eb6202..3ec318a81ae406c8c0b97a81da45d3a545329864 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -1022,6 +1022,8 @@ void ProfileIOData::Init(
|
| main_request_context_.reset(new net::URLRequestContext());
|
| extensions_request_context_.reset(new net::URLRequestContext());
|
|
|
| + main_request_context_->set_enable_brotli(io_thread_globals->enable_brotli);
|
| +
|
| std::unique_ptr<ChromeNetworkDelegate> network_delegate(
|
| new ChromeNetworkDelegate(
|
| #if defined(ENABLE_EXTENSIONS)
|
|
|