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

Unified Diff: net/socket/socket_test_util.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/socket_test_util.h
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
index 3d1186797581c3e35698ce9d17a07bc9acf1ae0f..de8ba34376b9f217925e6599fecd7a7cad0084be 100644
--- a/net/socket/socket_test_util.h
+++ b/net/socket/socket_test_util.h
@@ -588,7 +588,6 @@ class MockClientSocket : public SSLClientSocket {
Error GetSignedEKMForTokenBinding(crypto::ECPrivateKey* key,
std::vector<uint8_t>* out) override;
crypto::ECPrivateKey* GetChannelIDKey() const override;
- SSLFailureState GetSSLFailureState() const override;
protected:
~MockClientSocket() override;

Powered by Google App Engine
This is Rietveld 408576698