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

Unified Diff: net/url_request/url_request_unittest.cc

Issue 2673753004: Fix set_up_quic_server_info_factory in HttpCache creation (Closed)
Patch Set: 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..6eb555488388f41de2df35593f8101f12b093294 100644
--- a/net/url_request/url_request_unittest.cc
+++ b/net/url_request/url_request_unittest.cc
@@ -7737,7 +7737,7 @@ TEST_F(URLRequestTestHTTP, NetworkSuspendTest) {
network_layer->OnSuspend();
HttpCache http_cache(std::move(network_layer),
- HttpCache::DefaultBackend::InMemory(0), true);
+ HttpCache::DefaultBackend::InMemory(0), false);
Ryan Hamilton 2017/02/03 19:56:36 nit: can you comment this boolean literal?
Zhongyi Shi 2017/02/03 20:03:21 Done.
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