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

Unified Diff: net/url_request/view_cache_helper_unittest.cc

Issue 2673753004: Fix set_up_quic_server_info_factory in HttpCache creation (Closed)
Patch Set: add comment Created 3 years, 10 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_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/view_cache_helper_unittest.cc
diff --git a/net/url_request/view_cache_helper_unittest.cc b/net/url_request/view_cache_helper_unittest.cc
index 7c7d5451dc8c73e3592e0fd325eb4d214f7930a0..2e28372bb731f6f380de8424ff488edfdd300c04 100644
--- a/net/url_request/view_cache_helper_unittest.cc
+++ b/net/url_request/view_cache_helper_unittest.cc
@@ -38,7 +38,7 @@ class TestURLRequestContext : public URLRequestContext {
TestURLRequestContext::TestURLRequestContext()
: cache_(base::MakeUnique<MockNetworkLayer>(),
HttpCache::DefaultBackend::InMemory(0),
- true) {
+ false /* set_up_quic_server_info */) {
set_http_transaction_factory(&cache_);
}
« no previous file with comments | « net/url_request/url_request_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698