Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 61a7647298b6126f522b7d3f73c1a25b557bda5d..783170846cbb55634df200feffba133111d1398c 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -598,10 +598,6 @@ const char kEnableWebsiteSettingsManager[] = "enable-website-settings-manager"; |
// Enables synchronizing WiFi credentials across devices, using Chrome Sync. |
const char kEnableWifiCredentialSync[] = "enable-wifi-credential-sync"; |
-// Explicitly allows additional ports using a comma-separated list of port |
-// numbers. |
-const char kExplicitlyAllowedPorts[] = "explicitly-allowed-ports"; |
- |
// Values for the kExtensionContentVerification flag. |
// See ContentVerifierDelegate::Mode for more explanation. |
const char kExtensionContentVerificationBootstrap[] = "bootstrap"; |