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

Unified Diff: webkit/tools/test_shell/test_shell_request_context.cc

Issue 8944001: net: remove DNS certificate checking code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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_context_storage.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell_request_context.cc
diff --git a/webkit/tools/test_shell/test_shell_request_context.cc b/webkit/tools/test_shell/test_shell_request_context.cc
index c1c3e2caaa924c3a4efa2f819d0926433aa55623..e8fea2a91b36bcf14919ea624ded57e49d170241 100644
--- a/webkit/tools/test_shell/test_shell_request_context.cc
+++ b/webkit/tools/test_shell/test_shell_request_context.cc
@@ -93,13 +93,17 @@ void TestShellRequestContext::Init(
cache_path, 0, SimpleResourceLoaderBridge::GetCacheThread());
net::HttpCache* cache =
- new net::HttpCache(host_resolver(), cert_verifier(),
- origin_bound_cert_service(), NULL, NULL,
+ new net::HttpCache(host_resolver(),
+ cert_verifier(),
+ origin_bound_cert_service(),
+ NULL, // transport_security_state
proxy_service(),
- "" /* ssl_session_cache_shard */,
+ "", // ssl_session_cache_shard
ssl_config_service(),
- http_auth_handler_factory(), NULL,
- http_server_properties(), NULL,
+ http_auth_handler_factory(),
+ NULL, // network_delegate
+ http_server_properties(),
+ NULL, // netlog
backend);
cache->set_mode(cache_mode);
« no previous file with comments | « net/url_request/url_request_context_storage.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698