| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 5a15ed91970c525cf2b52243a787b56abdd3a2c3..19f61dae4c3621698a9605c4b08b312c32bf9c11 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -772,6 +772,8 @@ 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";
|
|
|
|
|