| Index: content/shell/browser/shell_url_request_context_getter.cc
|
| diff --git a/content/shell/browser/shell_url_request_context_getter.cc b/content/shell/browser/shell_url_request_context_getter.cc
|
| index 1943e4fe9c00e48cf8a5b965e0ff115a5ac9b51f..6ee164fc68bc5f65b321fb594ca8be49cb08dfb7 100644
|
| --- a/content/shell/browser/shell_url_request_context_getter.cc
|
| +++ b/content/shell/browser/shell_url_request_context_getter.cc
|
| @@ -219,7 +219,7 @@ net::URLRequestContext* ShellURLRequestContextGetter::GetURLRequestContext() {
|
| base::MakeUnique<net::HttpNetworkSession>(network_session_params));
|
| storage_->set_http_transaction_factory(base::MakeUnique<net::HttpCache>(
|
| storage_->http_network_session(), std::move(main_backend),
|
| - true /* set_up_quic_server_info */));
|
| + true /* is_main_cache */));
|
|
|
| std::unique_ptr<net::URLRequestJobFactoryImpl> job_factory(
|
| new net::URLRequestJobFactoryImpl());
|
|
|