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

Unified Diff: net/socket/fuzzed_socket_factory.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/fuzzed_socket_factory.cc
diff --git a/net/socket/fuzzed_socket_factory.cc b/net/socket/fuzzed_socket_factory.cc
index 225d4665c4da0450f857c8691ed08968cc9b3cbb..f77e36e2701c18de3e39e49137ea9634908174e9 100644
--- a/net/socket/fuzzed_socket_factory.cc
+++ b/net/socket/fuzzed_socket_factory.cc
@@ -15,7 +15,6 @@
#include "net/socket/connection_attempts.h"
#include "net/socket/fuzzed_socket.h"
#include "net/socket/ssl_client_socket.h"
-#include "net/ssl/ssl_failure_state.h"
#include "net/udp/fuzzed_datagram_client_socket.h"
namespace net {
@@ -120,10 +119,6 @@ class FailingSSLClientSocket : public SSLClientSocket {
return nullptr;
}
- SSLFailureState GetSSLFailureState() const override {
- return SSL_FAILURE_UNKNOWN;
- }
-
private:
BoundNetLog net_log_;

Powered by Google App Engine
This is Rietveld 408576698