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

Unified Diff: net/http/http_response_info.h

Issue 2195273003: Deprecate SPDY/3.1 and draft HTTP/2 enum values. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « net/http/http_proxy_client_socket_wrapper.cc ('k') | net/http/http_response_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_response_info.h
diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h
index 046774250f62b310cab2e7f9b34386b7812b186a..bb9f28bd5e4fcc31d8bd98c1006125f3e30aa814 100644
--- a/net/http/http_response_info.h
+++ b/net/http/http_response_info.h
@@ -36,11 +36,11 @@ class NET_EXPORT HttpResponseInfo {
CONNECTION_INFO_UNKNOWN = 0,
CONNECTION_INFO_HTTP1_1 = 1,
CONNECTION_INFO_DEPRECATED_SPDY2 = 2,
- CONNECTION_INFO_SPDY3 = 3,
+ CONNECTION_INFO_DEPRECATED_SPDY3 = 3,
CONNECTION_INFO_HTTP2 = 4, // HTTP/2.
CONNECTION_INFO_QUIC1_SPDY3 = 5,
- CONNECTION_INFO_HTTP2_14 = 6, // HTTP/2 draft-14.
- CONNECTION_INFO_HTTP2_15 = 7, // HTTP/2 draft-15.
+ CONNECTION_INFO_DEPRECATED_HTTP2_14 = 6, // HTTP/2 draft-14.
+ CONNECTION_INFO_DEPRECATED_HTTP2_15 = 7, // HTTP/2 draft-15.
CONNECTION_INFO_HTTP0_9 = 8,
CONNECTION_INFO_HTTP1_0 = 9,
NUM_OF_CONNECTION_INFOS,
« no previous file with comments | « net/http/http_proxy_client_socket_wrapper.cc ('k') | net/http/http_response_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698