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

Unified Diff: net/socket/ssl_client_socket_openssl_unittest.cc

Issue 135373002: Added SSLHostInfo. Storing of server host info to our standard disk cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with TOT Created 6 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
Index: net/socket/ssl_client_socket_openssl_unittest.cc
diff --git a/net/socket/ssl_client_socket_openssl_unittest.cc b/net/socket/ssl_client_socket_openssl_unittest.cc
index 48a4813f1598069ebd28e27d02b57f9374f01850..9875cd159e535f3f1df871d37084524a8f5cc899 100644
--- a/net/socket/ssl_client_socket_openssl_unittest.cc
+++ b/net/socket/ssl_client_socket_openssl_unittest.cc
@@ -162,6 +162,7 @@ class SSLClientSocketOpenSSLClientAuthTest : public PlatformTest {
return socket_factory_->CreateSSLClientSocket(connection.Pass(),
host_and_port,
ssl_config,
+ NULL,
context_);
}

Powered by Google App Engine
This is Rietveld 408576698