Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: net/url_request/url_request_test_util.cc

Issue 2751623002: Revert of Server push cancellation: add a finch trial parameter (patchset #14 id:280001 of https://… (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/url_request/url_request_quic_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_test_util.cc
diff --git a/net/url_request/url_request_test_util.cc b/net/url_request/url_request_test_util.cc
index 5f7f1239b87ef5389692e41319ff92f0be568bba..1e905fdb978a894e35091b149153a744c6ca684e 100644
--- a/net/url_request/url_request_test_util.cc
+++ b/net/url_request/url_request_test_util.cc
@@ -135,7 +135,7 @@ void TestURLRequestContext::Init() {
base::MakeUnique<HttpNetworkSession>(params));
context_storage_.set_http_transaction_factory(base::MakeUnique<HttpCache>(
context_storage_.http_network_session(),
- HttpCache::DefaultBackend::InMemory(0), true /* is_main_cache */));
+ HttpCache::DefaultBackend::InMemory(0), false));
}
if (!http_user_agent_settings()) {
context_storage_.set_http_user_agent_settings(
« no previous file with comments | « net/url_request/url_request_quic_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698