Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 4110765ba4e9743076c6bf85ac3621a19c1947df..9c87c350c1216e8f63e2e55006984ba4f1c84832 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -741,8 +741,6 @@ const char kEnableTranslateNewUX[] = "enable-translate-new-ux"; |
// With this switch, SSL 3.0 fallback will be enabled for all sites. |
// Without this switch, SSL 3.0 fallback will be disabled for a site |
// pinned to the Google pin list (indicating that it is a Google site). |
-// Note: until http://crbug/237055 is resolved, unrestricted SSL 3.0 |
-// fallback is always enabled, with or without this switch. |
const char kEnableUnrestrictedSSL3Fallback[] = |
"enable-unrestricted-ssl3-fallback"; |