| Index: net/http/http_server_properties.cc
|
| diff --git a/net/http/http_server_properties.cc b/net/http/http_server_properties.cc
|
| index 4433b4e1435b8c06a70c39478d356c2fbcf38223..cc41ea86ad18279e951ac13b8f3dce214ee21a96 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-14", // HTTP/2 draft 14. Called SPDY4 internally.
|
| + "npn-h2-15", // HTTP/2 draft-15. Called SPDY4 internally.
|
| "quic"
|
| };
|
|
|
|
|