| Index: net/http/http_server_properties.h
|
| diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h
|
| index 87c526c4679ecbaeb6e96399d5cded5b7dac6882..8d14d3b6dec7801aeceb9108cc2c9430227c6237 100644
|
| --- a/net/http/http_server_properties.h
|
| +++ b/net/http/http_server_properties.h
|
| @@ -20,6 +20,7 @@ enum AlternateProtocol {
|
| NPN_SPDY_2,
|
| NPN_SPDY_3,
|
| NPN_SPDY_3_1,
|
| + NPN_SPDY_4a1,
|
| QUIC,
|
| NUM_ALTERNATE_PROTOCOLS,
|
| ALTERNATE_PROTOCOL_BROKEN, // The alternate protocol is known to be broken.
|
|
|