Index: net/http/http_server_properties.h |
diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h |
index 21e8953f5c546e96fa23d5e002387c1e6f8a4c8a..23f58620b939eaafb4a91b68ddb34cc689ec406c 100644 |
--- a/net/http/http_server_properties.h |
+++ b/net/http/http_server_properties.h |
@@ -205,11 +205,11 @@ class NET_EXPORT HttpServerProperties { |
virtual void MaybeForceHTTP11(const HostPortPair& server, |
SSLConfig* ssl_config) = 0; |
- // Returns the AlternateProtocol for |server| if it has probability equal to |
+ // Returns the alternative service for |origin| if it has probability equal to |
// or exceeding threshold, or else the forced AlternateProtocol if there is |
// one, or else one with UNINITIALIZED_ALTERNATE_PROTOCOL. |
- virtual AlternateProtocolInfo GetAlternateProtocol( |
- const HostPortPair& server) = 0; |
+ virtual AlternativeService GetAlternativeService( |
+ const HostPortPair& origin) = 0; |
Ryan Hamilton
2015/03/17 19:45:42
Can you fix the other "server" -> "origin" renames
Bence
2015/03/17 20:00:42
Done.
|
// Sets the Alternate-Protocol for |server|. |
virtual void SetAlternateProtocol(const HostPortPair& server, |