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

Unified Diff: net/http/http_network_session.h

Issue 2115213002: Disable SPDY/3.1. (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_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index fd3b0961dcea9b98ca9a36941849587362ba6d7d..05be2fa64fabd78056febb4db12ee9d6947a89a9 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -88,7 +88,6 @@ class NET_EXPORT HttpNetworkSession
// Use SPDY ping frames to test for connection health after idle.
bool enable_spdy_ping_based_connection_checking;
NextProto spdy_default_protocol;
- bool enable_spdy31;
bool enable_http2;
size_t spdy_session_max_recv_window_size;
size_t spdy_stream_max_recv_window_size;

Powered by Google App Engine
This is Rietveld 408576698