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

Unified Diff: net/socket/socket_test_util.cc

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/socket_test_util.cc
diff --git a/net/socket/socket_test_util.cc b/net/socket/socket_test_util.cc
index 09ba0c0d76f193a51ed8ba6c51676b89de720c62..57cc3606c8b105f8a5a038a0e5c0062ba94fe626 100644
--- a/net/socket/socket_test_util.cc
+++ b/net/socket/socket_test_util.cc
@@ -30,7 +30,6 @@
#include "net/socket/websocket_endpoint_lock_manager.h"
#include "net/ssl/ssl_cert_request_info.h"
#include "net/ssl/ssl_connection_status_flags.h"
-#include "net/ssl/ssl_failure_state.h"
#include "net/ssl/ssl_info.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -841,10 +840,6 @@ crypto::ECPrivateKey* MockClientSocket::GetChannelIDKey() const {
return NULL;
}
-SSLFailureState MockClientSocket::GetSSLFailureState() const {
- return IsConnected() ? SSL_FAILURE_NONE : SSL_FAILURE_UNKNOWN;
-}
-
SSLClientSocket::NextProtoStatus MockClientSocket::GetNextProto(
std::string* proto) const {
proto->clear();

Powered by Google App Engine
This is Rietveld 408576698