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

Unified Diff: net/http/http_stream_factory_impl_request.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_impl_request.h
diff --git a/net/http/http_stream_factory_impl_request.h b/net/http/http_stream_factory_impl_request.h
index 4133041ea876d3571a6ba8b79811cb7fdbcc54f1..5eab8d82bd2dc63495582bdb5bcbfd570dd899c6 100644
--- a/net/http/http_stream_factory_impl_request.h
+++ b/net/http/http_stream_factory_impl_request.h
@@ -15,7 +15,6 @@
#include "net/socket/connection_attempts.h"
#include "net/socket/ssl_client_socket.h"
#include "net/spdy/spdy_session_key.h"
-#include "net/ssl/ssl_failure_state.h"
#include "url/gurl.h"
namespace net {
@@ -99,9 +98,7 @@ class HttpStreamFactoryImpl::Request : public HttpStreamRequest {
void OnWebSocketHandshakeStreamReady(const SSLConfig& used_ssl_config,
const ProxyInfo& used_proxy_info,
WebSocketHandshakeStreamBase* stream);
- void OnStreamFailed(int status,
- const SSLConfig& used_ssl_config,
- SSLFailureState ssl_failure_state);
+ void OnStreamFailed(int status, const SSLConfig& used_ssl_config);
void OnCertificateError(int status,
const SSLConfig& used_ssl_config,
const SSLInfo& ssl_info);

Powered by Google App Engine
This is Rietveld 408576698