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

Unified Diff: net/socket/next_proto.h

Issue 14189003: [SPDY] Incorporate latest framing changes from HTTP2 into SPDY 4 as SPDY 4a2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 years, 7 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.cc ('k') | net/socket/ssl_client_socket.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 9d5b911ec7c8bb4677595641f3c03780f38f7e91..32fbff7aec3edf90722d6f7c8a36893c290d2fa6 100644
--- a/net/socket/next_proto.h
+++ b/net/socket/next_proto.h
@@ -21,8 +21,8 @@ enum NextProto {
kProtoSPDY21 = 4,
kProtoSPDY3 = 5,
kProtoSPDY31 = 6,
- kProtoSPDY4a1 = 7,
- kProtoSPDYMaximumVersion = kProtoSPDY4a1,
+ kProtoSPDY4a2 = 7,
+ kProtoSPDYMaximumVersion = kProtoSPDY4a2,
kProtoMaximumVersion = 7,
};
« no previous file with comments | « net/http/http_stream_factory.cc ('k') | net/socket/ssl_client_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698