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

Unified Diff: net/socket/ssl_client_socket_openssl.h

Issue 1149083013: Combine ChannelIDService::RequestHandle and ChannelIDServiceRequest classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused ChannelIDService::CancelRequest; add DCHECK to ChannelIDService::Request::Post Created 5 years, 6 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.h
diff --git a/net/socket/ssl_client_socket_openssl.h b/net/socket/ssl_client_socket_openssl.h
index 9ff5b54f262e57bc5f94cb6a32a7de486a3cfa89..fd7a68a3ea29f6e1484ea4168a2923fbd64d87a0 100644
--- a/net/socket/ssl_client_socket_openssl.h
+++ b/net/socket/ssl_client_socket_openssl.h
@@ -303,7 +303,7 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
// True if the initial handshake's certificate has been verified.
bool certificate_verified_;
// The request handle for |channel_id_service_|.
- ChannelIDService::RequestHandle channel_id_request_handle_;
+ ChannelIDService::Request channel_id_request_;
SSLFailureState ssl_failure_state_;
TransportSecurityState* transport_security_state_;

Powered by Google App Engine
This is Rietveld 408576698