Index: net/http/http_server_properties_impl.h |
diff --git a/net/http/http_server_properties_impl.h b/net/http/http_server_properties_impl.h |
index e9f576fd6c78d08a498f18f9a1a95c60cfafb332..ba03656afa2ac96ac2b714c3b72064c4e5f35211 100644 |
--- a/net/http/http_server_properties_impl.h |
+++ b/net/http/http_server_properties_impl.h |
@@ -81,6 +81,7 @@ class NET_EXPORT HttpServerPropertiesImpl |
base::WeakPtr<HttpServerProperties> GetWeakPtr() override; |
void Clear() override; |
bool SupportsRequestPriority(const HostPortPair& server) override; |
+ bool GetSupportsSpdy(const HostPortPair& server) override; |
void SetSupportsSpdy(const HostPortPair& server, bool support_spdy) override; |
bool RequiresHTTP11(const HostPortPair& server) override; |
void SetHTTP11Required(const HostPortPair& server) override; |