Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(595)

Unified Diff: net/http/http_server_properties.h

Issue 2886273002: Change GetAlternativeServies to return alternative service infos. (Closed)
Patch Set: address comments in ps #3 Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/http/http_server_properties_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_server_properties.h
diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h
index 3a264a9bce74f3cdad97f95cba6c06d26e6c2691..fc19d24e18b103a384f34507ddf30a277dd5582c 100644
--- a/net/http/http_server_properties.h
+++ b/net/http/http_server_properties.h
@@ -240,7 +240,7 @@ class NET_EXPORT HttpServerProperties {
// Return all alternative services for |origin|, including broken ones.
// Returned alternative services never have empty hostnames.
- virtual AlternativeServiceVector GetAlternativeServices(
+ virtual AlternativeServiceInfoVector GetAlternativeServiceInfos(
const url::SchemeHostPort& origin) = 0;
// Set a single alternative service for |origin|. Previous alternative
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/http/http_server_properties_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698