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

Unified Diff: net/socket/next_proto.h

Issue 987123002: Advertise HTTP/2 support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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_stream_factory_impl_unittest.cc ('k') | net/socket/next_proto.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/next_proto.h
diff --git a/net/socket/next_proto.h b/net/socket/next_proto.h
index c12a45bcfde9cae8b9c0068a7b14b91838b14dbd..0cc76cb9edaab28e114a385505798a32e7b4ca11 100644
--- a/net/socket/next_proto.h
+++ b/net/socket/next_proto.h
@@ -28,10 +28,13 @@ enum NextProto {
kProtoSPDYHistogramOffset = kProtoDeprecatedSPDY2,
kProtoSPDY3 = 101,
kProtoSPDY31 = 102,
- kProtoSPDY4_14 = 103, // HTTP/2 draft-14
+ kProtoSPDY4_14 = 103, // HTTP/2 draft-14, designated implementation draft.
kProtoSPDY4MinimumVersion = kProtoSPDY4_14,
kProtoSPDY4_15 = 104, // HTTP/2 draft-15
- kProtoSPDY4MaximumVersion = kProtoSPDY4_15,
+ // kProtoSPDY4_16 = 105, // HTTP/2 draft-16
+ // kProtoSPDY4_17 = 106, // HTTP/2 draft-17
+ kProtoSPDY4 = 107, // HTTP/2. TODO(bnc): Add RFC number when published.
+ kProtoSPDY4MaximumVersion = kProtoSPDY4,
kProtoSPDYMaximumVersion = kProtoSPDY4MaximumVersion,
kProtoQUIC1SPDY3 = 200,
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/socket/next_proto.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698