Chromium Code Reviews| Index: net/http/http_server_properties.h |
| diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h |
| index e61be5eb4abaac9e54879eca0cb033b9dcadcd47..ea80eee17380d0d62d927c1d8b91b0372bbb9d60 100644 |
| --- a/net/http/http_server_properties.h |
| +++ b/net/http/http_server_properties.h |
| @@ -18,7 +18,6 @@ namespace net { |
| enum AlternateProtocol { |
| NPN_SPDY_1 = 0, |
| NPN_SPDY_2, |
| - NPN_SPDY_21, |
| NPN_SPDY_3, |
| NUM_ALTERNATE_PROTOCOLS, |
| ALTERNATE_PROTOCOL_BROKEN, // The alternate protocol is known to be broken. |