Index: net/http/http_server_properties.h |
diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h |
index 6b0708069cdbfab3d89600a401c2a8be27543eba..8daa9779f9ce0c5f86af166e01d1cad927b2f01b 100644 |
--- a/net/http/http_server_properties.h |
+++ b/net/http/http_server_properties.h |
@@ -226,6 +226,9 @@ class NET_EXPORT HttpServerProperties { |
// request prioritization. |
virtual bool SupportsRequestPriority(const HostPortPair& server) = 0; |
+ // Returns the value set by SetSupportsSpdy(). If not set, returns false. |
+ virtual bool GetSupportsSpdy(const HostPortPair& server) = 0; |
+ |
// Add |server| into the persistent store. Should only be called from IO |
// thread. |
virtual void SetSupportsSpdy(const HostPortPair& server, |