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

Unified Diff: net/socket/ssl_client_socket.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.h
diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h
index 0dde938613b2c205de96cfb6fd881da28db9aa5a..a218d4dcfb49d894c0e925782402cfcdc64346ea 100644
--- a/net/socket/ssl_client_socket.h
+++ b/net/socket/ssl_client_socket.h
@@ -15,7 +15,6 @@
#include "net/base/net_errors.h"
#include "net/socket/ssl_socket.h"
#include "net/socket/stream_socket.h"
-#include "net/ssl/ssl_failure_state.h"
namespace base {
class FilePath;
@@ -152,11 +151,6 @@ class NET_EXPORT SSLClientSocket : public SSLSocket {
// establishing the connection (or NULL if no channel ID was used).
virtual crypto::ECPrivateKey* GetChannelIDKey() const = 0;
- // Returns the state of the handshake when it failed, or |SSL_FAILURE_NONE| if
- // the handshake succeeded. This is used to classify causes of the TLS version
- // fallback.
- virtual SSLFailureState GetSSLFailureState() const = 0;
-
protected:
void set_negotiation_extension(
SSLNegotiationExtension negotiation_extension) {

Powered by Google App Engine
This is Rietveld 408576698