summaryrefslogtreecommitdiffstats
path: root/net/http/http_alternate_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_alternate_protocols.h')
-rw-r--r--net/http/http_alternate_protocols.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/http/http_alternate_protocols.h b/net/http/http_alternate_protocols.h
index 72f67ae..22bbac3 100644
--- a/net/http/http_alternate_protocols.h
+++ b/net/http/http_alternate_protocols.h
@@ -23,6 +23,7 @@ class HttpAlternateProtocols {
public:
enum Protocol {
NPN_SPDY_1,
+ NPN_SPDY_2,
NUM_ALTERNATE_PROTOCOLS,
BROKEN, // The alternate protocol is known to be broken.
};