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

Unified Diff: net/http/http_server_properties.h

Issue 1561203003: Remove SPDY/2 code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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_server_properties.h
diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h
index 85b7285acb232a01ba9c9b9a8534e1b29164f185..ef0a1a9bf2aaca18ac3fb623f37bb7777b9bfe55 100644
--- a/net/http/http_server_properties.h
+++ b/net/http/http_server_properties.h
@@ -66,12 +66,11 @@ NET_EXPORT void HistogramBrokenAlternateProtocolLocation(
BrokenAlternateProtocolLocation location);
enum AlternateProtocol {
- DEPRECATED_NPN_SPDY_2 = 0,
- ALTERNATE_PROTOCOL_MINIMUM_VALID_VERSION = DEPRECATED_NPN_SPDY_2,
- NPN_SPDY_MINIMUM_VERSION = DEPRECATED_NPN_SPDY_2,
NPN_SPDY_3,
+ ALTERNATE_PROTOCOL_MINIMUM_VALID_VERSION = NPN_SPDY_3,
+ NPN_SPDY_MINIMUM_VERSION = NPN_SPDY_3,
NPN_SPDY_3_1,
- NPN_HTTP_2, // HTTP/2
+ NPN_HTTP_2, // HTTP/2
Ryan Hamilton 2016/01/07 22:09:15 nit: this comment seems unnecessary
Bence 2016/01/08 18:58:25 That's a way to put it. :) Done.
NPN_SPDY_MAXIMUM_VERSION = NPN_HTTP_2,
QUIC,
ALTERNATE_PROTOCOL_MAXIMUM_VALID_VERSION = QUIC,

Powered by Google App Engine
This is Rietveld 408576698