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 aadd3a2c889abc87ae871a60eb71db27baec9b0f..72fda4355b173c97101f07b776a86730143b6851 100644 |
| --- a/net/http/http_server_properties.h |
| +++ b/net/http/http_server_properties.h |
| @@ -18,9 +18,9 @@ |
| namespace net { |
| enum AlternateProtocol { |
| - NPN_SPDY_2 = 0, |
| - ALTERNATE_PROTOCOL_MINIMUM_VALID_VERSION = NPN_SPDY_2, |
| - NPN_SPDY_MINIMUM_VERSION = NPN_SPDY_2, |
| + DEPRECATED_NPN_SPDY_2 = 0, |
|
ramant (doing other things)
2013/10/04 17:03:36
unit tests seem to fail. Could you please take ano
akalin
2013/10/04 18:51:11
Done.
|
| + ALTERNATE_PROTOCOL_MINIMUM_VALID_VERSION = DEPRECATED_NPN_SPDY_2, |
| + NPN_SPDY_MINIMUM_VERSION = DEPRECATED_NPN_SPDY_2, |
| NPN_SPDY_3, |
| NPN_SPDY_3_1, |
| NPN_SPDY_4A2, |