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

Unified Diff: net/socket/next_proto.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: net/socket/next_proto.h
diff --git a/net/socket/next_proto.h b/net/socket/next_proto.h
index ab28a35bf387d9968b7dbfbb459667de8e42a678..7ea0b46673d74fc4977bd69d57759effbf976a2f 100644
--- a/net/socket/next_proto.h
+++ b/net/socket/next_proto.h
@@ -15,16 +15,13 @@ enum NextProto {
kProtoUnknown = 0,
kProtoHTTP11,
kProtoMinimumVersion = kProtoHTTP11,
-
kProtoDeprecatedSPDY2,
kProtoSPDYMinimumVersion = kProtoDeprecatedSPDY2,
kProtoSPDY3,
kProtoSPDY31,
kProtoSPDY4, // SPDY4 is HTTP/2.
kProtoSPDYMaximumVersion = kProtoSPDY4,
-
kProtoQUIC1SPDY3,
-
kProtoMaximumVersion = kProtoQUIC1SPDY3,
};

Powered by Google App Engine
This is Rietveld 408576698