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

Unified Diff: net/http/http_server_properties.h

Issue 1091283007: Rename methods and members and const variables to alternative service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change command line flag. Created 5 years, 8 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_session.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 367d0591478e86706fa949d91a81b74bc6462a63..d3825ae9415081aff2f49c39ae92c9b688ae5277 100644
--- a/net/http/http_server_properties.h
+++ b/net/http/http_server_properties.h
@@ -279,8 +279,7 @@ class NET_EXPORT HttpServerProperties {
// to |threshold| will be honored. |threshold| must be between 0.0 and 1.0
// inclusive. Hence, a threshold of 0.0 implies that all advertisements will
// be honored.
- virtual void SetAlternateProtocolProbabilityThreshold(
- double threshold) = 0;
+ virtual void SetAlternativeServiceProbabilityThreshold(double threshold) = 0;
// Gets a reference to the SettingsMap stored for a host.
// If no settings are stored, returns an empty SettingsMap.
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/http/http_server_properties_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698