| 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..c521148b8cc73f5df1dffd5ecf7054e68e01cbf9 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;
|
| +// Flattened representation of servers (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.
|
|
|