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

Unified Diff: net/socket/next_proto.h

Issue 2365243004: QUIC/1+SPYD/3 => QUIC (Closed)
Patch Set: Rebase. Created 4 years, 2 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/socket/next_proto.h
diff --git a/net/socket/next_proto.h b/net/socket/next_proto.h
index d864c66f4d50ed902eb7f7b48c18fb0ed8915a0e..0cce71ff4599b7dd32e7ef3b23ad1157230a55c7 100644
--- a/net/socket/next_proto.h
+++ b/net/socket/next_proto.h
@@ -15,8 +15,8 @@ enum NextProto {
kProtoUnknown = 0,
kProtoHTTP11 = 1,
kProtoHTTP2 = 2,
- kProtoQUIC1SPDY3 = 3,
- kProtoLast = kProtoQUIC1SPDY3
+ kProtoQUIC = 3,
+ kProtoLast = kProtoQUIC
};
// List of protocols to use for NPN, used for configuring HttpNetworkSessions.

Powered by Google App Engine
This is Rietveld 408576698