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

Unified Diff: net/socket/ssl_client_socket_pool_unittest.cc

Issue 517693002: Add embedder-specific headers to HTTP CONNECT tunnel request (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reworked HaveAuth test Created 6 years, 3 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/socket/client_socket_pool_manager_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_client_socket_pool_unittest.cc
diff --git a/net/socket/ssl_client_socket_pool_unittest.cc b/net/socket/ssl_client_socket_pool_unittest.cc
index f2792a7dc50b003f1ec785f6a431ec15816fcc7b..c05ac6c929e0c9a1e08289975e7754f5ecec19f8 100644
--- a/net/socket/ssl_client_socket_pool_unittest.cc
+++ b/net/socket/ssl_client_socket_pool_unittest.cc
@@ -119,7 +119,8 @@ class SSLClientSocketPoolTest
session_->http_auth_cache(),
session_->http_auth_handler_factory(),
session_->spdy_session_pool(),
- true)),
+ true,
+ NULL)),
http_proxy_histograms_("MockHttpProxy"),
http_proxy_socket_pool_(kMaxSockets,
kMaxSocketsPerGroup,
@@ -127,6 +128,7 @@ class SSLClientSocketPoolTest
&host_resolver_,
&transport_socket_pool_,
NULL,
+ NULL,
NULL),
enable_ssl_connect_job_waiting_(false) {
scoped_refptr<SSLConfigService> ssl_config_service(
« no previous file with comments | « net/socket/client_socket_pool_manager_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698