| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 8f259eee295262d4ae76882507687d1a680d97bb..ec47c4d7a071b4ff3d199704d562b2ed138dd518 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";
|
|
|
|
|