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

Unified Diff: net/url_request/view_cache_helper_unittest.cc

Issue 182993003: Add the ability for DevTools to wrap network transactions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added optional QUIC setup in HttpCache constructor Created 6 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
« net/http/mock_http_cache.cc ('K') | « 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 0fdd1938a1695d98b89d4816198f61df3747f3b4..9f922c05aa945a2cb002bcaf92dea6a7db2690c3 100644
--- a/net/url_request/view_cache_helper_unittest.cc
+++ b/net/url_request/view_cache_helper_unittest.cc
@@ -30,7 +30,7 @@ class TestURLRequestContext : public URLRequestContext {
TestURLRequestContext::TestURLRequestContext()
: cache_(reinterpret_cast<HttpTransactionFactory*>(NULL), NULL,
- HttpCache::DefaultBackend::InMemory(0)) {
+ HttpCache::DefaultBackend::InMemory(0), false) {
set_http_transaction_factory(&cache_);
}
« net/http/mock_http_cache.cc ('K') | « 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