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 172480a00d251965f146e812726e590bcdba85b3..132bd1a64fbccd1450fa4e1e9e361cb90af2c744 100644 |
| --- a/net/http/http_server_properties.h |
| +++ b/net/http/http_server_properties.h |
| @@ -200,6 +200,9 @@ struct NET_EXPORT ServerNetworkStats { |
| typedef std::vector<AlternativeService> AlternativeServiceVector; |
| typedef std::vector<AlternativeServiceInfo> AlternativeServiceInfoVector; |
| +// |spdy_servers_map_| has flattened representation of servers |
|
Ryan Hamilton
2017/06/22 02:45:52
I suspect this is cut-paste, but I don't think |sp
wangyix1
2017/06/22 17:45:09
Done.
|
| +// (scheme, host, port) that either support or not support SPDY protocol. |
| +typedef base::MRUCache<std::string, bool> SpdyServersMap; |
| typedef base::MRUCache<url::SchemeHostPort, AlternativeServiceInfoVector> |
| AlternativeServiceMap; |
| // Pairs of broken alternative services and when their brokenness expires. |