diff options
author | samuong@chromium.org <samuong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-08 19:49:38 +0000 |
---|---|---|
committer | samuong@chromium.org <samuong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-08 19:49:38 +0000 |
commit | ff4a649cdeafd7c55180a94687cafd4235ec74be (patch) | |
tree | a3c9b85f10751c23e94bb12795180fd1311a0d36 /chrome/common/chrome_switches.cc | |
parent | 5193b8eb8eac7d566e050ec50893b5131d532593 (diff) | |
download | chromium_src-ff4a649cdeafd7c55180a94687cafd4235ec74be.zip chromium_src-ff4a649cdeafd7c55180a94687cafd4235ec74be.tar.gz chromium_src-ff4a649cdeafd7c55180a94687cafd4235ec74be.tar.bz2 |
Revert of Add a probability to Alternate-Protocol support. (https://codereview.chromium.org/339663010/)
Reason for revert:
causes sizes step to fail on linux x64 due to extra static initializers:
http://build.chromium.org/p/chromium/builders/Linux%20x64/builds/67438
Original issue's description:
> Add a probability to Alternate-Protocol support. Can be enabled either via a field trial or a command line flag.
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281777
TBR=rch@chromium.org
NOTRY=true
NOTREECHECKS=true
Review URL: https://codereview.chromium.org/377063002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281796 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 95098d7..205f010 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -52,12 +52,6 @@ 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[] = - "alternate-protocol-probability-threshold"; - // Prevents Chrome from requiring authorization to run certain widely installed // but less commonly used plug-ins. const char kAlwaysAuthorizePlugins[] = "always-authorize-plugins"; |