| Index: net/http/http_server_properties.cc
|
| diff --git a/net/http/http_server_properties.cc b/net/http/http_server_properties.cc
|
| index abc5cb1843659d5bcc33d232508f2f7cdbc8978b..601646a35c05c12c33c96232cff4f95460859463 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-13", // HTTP/2 draft 13. Called SPDY4 internally.
|
| + "npn-h2-14", // HTTP/2 draft 14. Called SPDY4 internally.
|
| "quic"
|
| };
|
| const char kBrokenAlternateProtocol[] = "Broken";
|
|
|