| Index: net/http/http_server_properties.cc
|
| diff --git a/net/http/http_server_properties.cc b/net/http/http_server_properties.cc
|
| index 5dfcebcd75f4fe2022d13d66346f188d6496bf09..128bf664bcd062fbb9201e009183a470c5b6f27c 100644
|
| --- a/net/http/http_server_properties.cc
|
| +++ b/net/http/http_server_properties.cc
|
| @@ -13,7 +13,6 @@ const char kAlternateProtocolHeader[] = "Alternate-Protocol";
|
| const char* const kAlternateProtocolStrings[] = {
|
| "npn-spdy/1",
|
| "npn-spdy/2",
|
| - "npn-spdy/2.1",
|
| "npn-spdy/3",
|
| };
|
|
|
| @@ -21,7 +20,6 @@ static const char* AlternateProtocolToString(AlternateProtocol protocol) {
|
| switch (protocol) {
|
| case NPN_SPDY_1:
|
| case NPN_SPDY_2:
|
| - case NPN_SPDY_21:
|
| case NPN_SPDY_3:
|
| return kAlternateProtocolStrings[protocol];
|
| case ALTERNATE_PROTOCOL_BROKEN:
|
|
|