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

Unified Diff: chrome/common/chrome_switches.cc

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: Re: #4. 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 0ddcae19396575e7b5a390ae8b371661786dd299..f822a37714887bc3646b0429f070ec5151db3d5a 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -64,10 +64,10 @@ const char kAllowOutdatedPlugins[] = "allow-outdated-plugins";
// URLs. This provides an override to get the old insecure behavior.
const char kAllowRunningInsecureContent[] = "allow-running-insecure-content";
-// Specifies the threshold to be used when determining of an Alternate-Protocol
-// advertisement will be honored. If the advertised probability is larger
-// than the threshold, then it will be honored.
-const char kAlternateProtocolProbabilityThreshold[] =
+// Specifies the probability threshold for alternative services: an advertised
+// alternative service will only be honored if the advertised probability is
+// greater than or equal to this threshold.
+const char kAlternativeServiceProbabilityThreshold[] =
"alternate-protocol-probability-threshold";
Ryan Hamilton 2015/04/24 14:35:59 Should we change the flag too? It's confusing that
Bence 2015/04/24 21:36:02 I was thinking that since command line flags are m
Ryan Hamilton 2015/04/24 21:54:00 Personally, I would just change it. If you decide
Bence 2015/04/27 13:15:17 Thank you for your recommendation. Done.
// Prevents Chrome from requiring authorization to run certain widely installed

Powered by Google App Engine
This is Rietveld 408576698