| Index: net/http/http_response_info.h
|
| diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h
|
| index 907ec96a570b64bec4b0992b63344ad3a0509cdf..f0908b0ab46c263d72cd9ca86c87165e43bc2089 100644
|
| --- a/net/http/http_response_info.h
|
| +++ b/net/http/http_response_info.h
|
| @@ -35,7 +35,7 @@ class NET_EXPORT HttpResponseInfo {
|
| enum ConnectionInfo {
|
| CONNECTION_INFO_UNKNOWN = 0,
|
| CONNECTION_INFO_HTTP1 = 1,
|
| - CONNECTION_INFO_SPDY2 = 2,
|
| + CONNECTION_INFO_DEPRECATED_SPDY2 = 2,
|
| CONNECTION_INFO_SPDY3 = 3,
|
| CONNECTION_INFO_SPDY4A2 = 4,
|
| CONNECTION_INFO_QUIC1_SPDY3 = 5,
|
|
|