Index: net/http/http_server_properties.cc |
diff --git a/net/http/http_server_properties.cc b/net/http/http_server_properties.cc |
index 5f2bf092c7ee5d36141ea8edbba6a5b1f42d1062..72b47c1b349819da4efd848f0c0f0ce3804c3191 100644 |
--- a/net/http/http_server_properties.cc |
+++ b/net/http/http_server_properties.cc |
@@ -20,7 +20,7 @@ const char* const kAlternateProtocolStrings[] = { |
"npn-spdy/2", |
"npn-spdy/3", |
"npn-spdy/3.1", |
- "npn-h2-11", // HTTP/2 draft 11. Called SPDY4 internally. |
+ "npn-h2-12", // HTTP/2 draft 12. Called SPDY4 internally. |
"quic" |
}; |
const char kBrokenAlternateProtocol[] = "Broken"; |