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

Unified Diff: net/http/http_stream_factory_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/http/http_stream_factory_test_util.h
diff --git a/net/http/http_stream_factory_test_util.h b/net/http/http_stream_factory_test_util.h
index d257b00a5cb416e134f09ea312b8fab15fb7b7e5..a110508806b8f93b78c4e94bd7a30da47047c4ba 100644
--- a/net/http/http_stream_factory_test_util.h
+++ b/net/http/http_stream_factory_test_util.h
@@ -56,10 +56,8 @@ class MockHttpStreamRequestDelegate : public HttpStreamRequest::Delegate {
const ProxyInfo& used_proxy_info,
WebSocketHandshakeStreamBase* stream));
- MOCK_METHOD3(OnStreamFailed,
- void(int status,
- const SSLConfig& used_ssl_config,
- SSLFailureState ssl_failure_state));
+ MOCK_METHOD2(OnStreamFailed,
+ void(int status, const SSLConfig& used_ssl_config));
MOCK_METHOD3(OnCertificateError,
void(int status,

Powered by Google App Engine
This is Rietveld 408576698