| Index: net/http/http_server_properties.cc
|
| diff --git a/net/http/http_server_properties.cc b/net/http/http_server_properties.cc
|
| index 1c94f848aebfe902520bfda7067f432503e7fa44..069f16c1bbc743c7aa1455b2665e546985845564 100644
|
| --- a/net/http/http_server_properties.cc
|
| +++ b/net/http/http_server_properties.cc
|
| @@ -27,6 +27,8 @@ const char* AlternateProtocolToString(AlternateProtocol protocol) {
|
| case NPN_SPDY_1:
|
| case NPN_SPDY_2:
|
| case NPN_SPDY_3:
|
| + case NPN_SPDY_3_1:
|
| + case NPN_SPDY_4A2:
|
| case QUIC:
|
| DCHECK_LT(static_cast<size_t>(protocol),
|
| arraysize(kAlternateProtocolStrings));
|
|
|