summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 132f460..e4f818d 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -930,10 +930,6 @@ const char kUninstall[] = "uninstall";
// This is a temporary testing flag.
const char kUseSpdy[] = "use-spdy";
-// These two flags are used to force http and https requests to fixed ports.
-const char kFixedHttpPort[] = "testing-fixed-http-port";
-const char kFixedHttpsPort[] = "testing-fixed-https-port";
-
// Ignore certificate related errors.
const char kIgnoreCertificateErrors[] = "ignore-certificate-errors";