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

Unified Diff: net/socket/ssl_client_socket_impl.h

Issue 2093873002: Unwind fallback metrics and SSLFailureState. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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_impl.h
diff --git a/net/socket/ssl_client_socket_impl.h b/net/socket/ssl_client_socket_impl.h
index 97fa2929d50d880c857b46bcc5da5043686b64e6..f0b92a574f50ff755cfa6bffdfb8f67cb979fe6a 100644
--- a/net/socket/ssl_client_socket_impl.h
+++ b/net/socket/ssl_client_socket_impl.h
@@ -30,7 +30,6 @@
#include "net/ssl/openssl_ssl_util.h"
#include "net/ssl/ssl_client_cert_type.h"
#include "net/ssl/ssl_config_service.h"
-#include "net/ssl/ssl_failure_state.h"
namespace base {
class FilePath;
@@ -78,7 +77,6 @@ class SSLClientSocketImpl : public SSLClientSocket {
Error GetSignedEKMForTokenBinding(crypto::ECPrivateKey* key,
std::vector<uint8_t>* out) override;
crypto::ECPrivateKey* GetChannelIDKey() const override;
- SSLFailureState GetSSLFailureState() const override;
// SSLSocket implementation.
int ExportKeyingMaterial(const base::StringPiece& label,
@@ -356,7 +354,6 @@ class SSLClientSocketImpl : public SSLClientSocket {
bool certificate_verified_;
// The request handle for |channel_id_service_|.
ChannelIDService::Request channel_id_request_;
- SSLFailureState ssl_failure_state_;
int signature_result_;
std::vector<uint8_t> signature_;

Powered by Google App Engine
This is Rietveld 408576698