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

Unified Diff: net/socket/ssl_client_socket_openssl.h

Issue 1103173004: Remove WasChannelIDSent and friends from SSLClientSocket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@virtuals-wat-1
Patch Set: Created 5 years, 8 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/ssl_client_socket_nss.cc ('k') | net/socket/ssl_client_socket_openssl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_client_socket_openssl.h
diff --git a/net/socket/ssl_client_socket_openssl.h b/net/socket/ssl_client_socket_openssl.h
index a166c9721dc80ee866b64b4076efbbaf33100d32..29833b9de1ef500343f5dd58f7ad92db24a2a802 100644
--- a/net/socket/ssl_client_socket_openssl.h
+++ b/net/socket/ssl_client_socket_openssl.h
@@ -290,8 +290,8 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
// Written by the |channel_id_service_|.
std::string channel_id_private_key_;
std::string channel_id_cert_;
- // True if channel ID extension was negotiated.
- bool channel_id_xtn_negotiated_;
+ // True if a channel ID was sent.
+ bool channel_id_sent_;
davidben 2015/04/27 18:29:39 Note: It's not possible to negotiate the Channel I
// True if the initial handshake has completed.
bool handshake_completed_;
// True if the initial handshake's certificate has been verified.
« no previous file with comments | « net/socket/ssl_client_socket_nss.cc ('k') | net/socket/ssl_client_socket_openssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698