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

Unified Diff: net/url_request/url_request_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 | « chrome/browser/profiles/profile_io_data.cc ('k') | net/url_request/view_cache_helper_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_unittest.cc
diff --git a/net/url_request/url_request_unittest.cc b/net/url_request/url_request_unittest.cc
index dd2b713221128b79adb22cab2624b552cc6bca7e..a61779a855210dbd3fa259bceae045f39eb7b5ce 100644
--- a/net/url_request/url_request_unittest.cc
+++ b/net/url_request/url_request_unittest.cc
@@ -7737,7 +7737,8 @@ TEST_F(URLRequestTestHTTP, NetworkSuspendTest) {
network_layer->OnSuspend();
HttpCache http_cache(std::move(network_layer),
- HttpCache::DefaultBackend::InMemory(0), true);
+ HttpCache::DefaultBackend::InMemory(0),
+ false /* set_up_quic_server_info_factory */);
TestURLRequestContext context(true);
context.set_http_transaction_factory(&http_cache);
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | net/url_request/view_cache_helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698