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

Unified Diff: net/socket/next_proto.h

Issue 13845012: [SPDY] Add flag and about:flags entry for SPDY/4 alpha 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 years, 8 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 7ba3e572fe68697fc1cb5968f651e36408d571b6..9d5b911ec7c8bb4677595641f3c03780f38f7e91 100644
--- a/net/socket/next_proto.h
+++ b/net/socket/next_proto.h
@@ -21,7 +21,8 @@ enum NextProto {
kProtoSPDY21 = 4,
kProtoSPDY3 = 5,
kProtoSPDY31 = 6,
- kProtoSPDYMaximumVersion = kProtoSPDY31,
+ kProtoSPDY4a1 = 7,
+ kProtoSPDYMaximumVersion = kProtoSPDY4a1,
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