summaryrefslogtreecommitdiffstats
path: root/net/socket/next_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/next_proto.h')
-rw-r--r--net/socket/next_proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/socket/next_proto.h b/net/socket/next_proto.h
index 797c6ae..92ffee4 100644
--- a/net/socket/next_proto.h
+++ b/net/socket/next_proto.h
@@ -39,6 +39,10 @@ typedef std::vector<NextProto> NextProtoVector;
NET_EXPORT NextProtoVector NextProtosHttpOnly();
+// Default values, which are subject to change over time. Currently just
+// SPDY 3 and 3.1.
+NET_EXPORT NextProtoVector NextProtosDefaults();
+
// All of these also enable QUIC.
NET_EXPORT NextProtoVector NextProtosSpdy3();
NET_EXPORT NextProtoVector NextProtosSpdy31();