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

Unified Diff: net/http/http_server_properties_impl.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: 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
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 67b91271aad19ada4ee20fc0241b1fdb7c315e32..e9f576fd6c78d08a498f18f9a1a95c60cfafb332 100644
--- a/net/http/http_server_properties_impl.h
+++ b/net/http/http_server_properties_impl.h
@@ -103,7 +103,7 @@ class NET_EXPORT HttpServerPropertiesImpl
void ClearAlternativeService(const HostPortPair& origin) override;
const AlternativeServiceMap& alternative_service_map() const override;
base::Value* GetAlternativeServiceInfoAsValue() const override;
- void SetAlternateProtocolProbabilityThreshold(double threshold) override;
+ void SetAlternativeServiceProbabilityThreshold(double threshold) override;
const SettingsMap& GetSpdySettings(
const HostPortPair& host_port_pair) override;
bool SetSpdySetting(const HostPortPair& host_port_pair,
@@ -170,7 +170,7 @@ class NET_EXPORT HttpServerPropertiesImpl
// ".googlevideo.com", ".googleusercontent.com") of canonical hostnames.
CanonicalSufficList canonical_suffixes_;
- double alternate_protocol_probability_threshold_;
+ double alternative_service_probability_threshold_;
base::WeakPtrFactory<HttpServerPropertiesImpl> weak_ptr_factory_;

Powered by Google App Engine
This is Rietveld 408576698