| Index: net/http/http_server_properties.h
|
| diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h
|
| index 79ce33d6d794bd020f4bd1a4ed80e01585d735b4..09fd185a39f8c9c569802cb61e7cf5fd19428492 100644
|
| --- a/net/http/http_server_properties.h
|
| +++ b/net/http/http_server_properties.h
|
| @@ -162,8 +162,9 @@ class NET_EXPORT HttpServerProperties {
|
| // Deletes all data.
|
| virtual void Clear() = 0;
|
|
|
| - // Returns true if |server| supports SPDY.
|
| - virtual bool SupportsSpdy(const HostPortPair& server) = 0;
|
| + // Returns true if |server| supports a network protocol which honors
|
| + // request prioritization.
|
| + virtual bool SupportsRequestPriority(const HostPortPair& server) = 0;
|
|
|
| // Add |server| into the persistent store. Should only be called from IO
|
| // thread.
|
|
|