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

Unified Diff: net/proxy/proxy_script_fetcher_impl_unittest.cc

Issue 6150002: reapply r70628. It was wrongly blamed for breaking Linux valgrind bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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/http/http_network_session.h ('k') | net/spdy/spdy_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_script_fetcher_impl_unittest.cc
diff --git a/net/proxy/proxy_script_fetcher_impl_unittest.cc b/net/proxy/proxy_script_fetcher_impl_unittest.cc
index ec0fb58672d69439745c5d3411503da94d263cc1..043f71e1e0af8c3f880fc881720d14fd35936000 100644
--- a/net/proxy/proxy_script_fetcher_impl_unittest.cc
+++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc
@@ -47,6 +47,7 @@ class RequestContext : public URLRequestContext {
net::HttpNetworkLayer::CreateFactory(host_resolver_, cert_verifier_,
NULL, NULL, NULL, proxy_service_, ssl_config_service_, NULL, NULL,
NULL),
+ NULL,
net::HttpCache::DefaultBackend::InMemory(0));
}
« no previous file with comments | « net/http/http_network_session.h ('k') | net/spdy/spdy_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698