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

Unified Diff: net/socket/socket_test_util.cc

Issue 6120003: Unit test for testing SSL client auth with both a proxy and an SSL endpoint (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/socket/socket_test_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/socket_test_util.cc
diff --git a/net/socket/socket_test_util.cc b/net/socket/socket_test_util.cc
index 8b79e42f5c5a235f01717a4947aa5f415f2e4d8e..78a3004f4fc1cb3052d6def278b0a8df9e738e73 100644
--- a/net/socket/socket_test_util.cc
+++ b/net/socket/socket_test_util.cc
@@ -474,7 +474,10 @@ MockSSLClientSocket::MockSSLClientSocket(
transport_(transport_socket),
data_(data),
is_npn_state_set_(false),
- new_npn_value_(false) {
+ new_npn_value_(false),
+ was_used_to_convey_data_(false),
+ host_and_port_(host_port_pair),
+ ssl_config_(ssl_config) {
DCHECK(data_);
delete ssl_host_info; // we take ownership but don't use it.
}
« no previous file with comments | « net/socket/socket_test_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698