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

Unified Diff: remoting/protocol/ssl_hmac_channel_authenticator.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: fixed wtc's comments 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
« net/http/http_cache.h ('K') | « net/socket_stream/socket_stream.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/ssl_hmac_channel_authenticator.cc
diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.cc b/remoting/protocol/ssl_hmac_channel_authenticator.cc
index d8afa81714565bae11a863d1d63777a01a7a1610..0d80ad3c8aa6578248e4e97860aefad0fa2bc087 100644
--- a/remoting/protocol/ssl_hmac_channel_authenticator.cc
+++ b/remoting/protocol/ssl_hmac_channel_authenticator.cc
@@ -111,7 +111,7 @@ void SslHmacChannelAuthenticator::SecureAndAuthenticate(
connection->SetSocket(socket.Pass());
socket_ =
net::ClientSocketFactory::GetDefaultFactory()->CreateSSLClientSocket(
- connection.Pass(), host_and_port, ssl_config, context);
+ connection.Pass(), host_and_port, ssl_config, NULL, context);
result = socket_->Connect(
base::Bind(&SslHmacChannelAuthenticator::OnConnected,
« net/http/http_cache.h ('K') | « net/socket_stream/socket_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698