Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 8993c39bca1368337fb0f6315be9892d204d73b6..c162af0d83e763dce9a86573f396d45b83f5f6bb 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -620,6 +620,9 @@ const char kEnableQuic[] = "enable-quic"; |
| const char kEnableResourceContentSettings[] = |
| "enable-resource-content-settings"; |
| +// Enables SSL 3.0 fallback. |
|
wtc
2013/04/18 18:15:34
This comment should say something like
"Enables pe
|
| +const char kEnableSSL3Fallback[] = "enable-ssl3-fallback"; |
| + |
| // Controls the support for SDCH filtering (dictionary based expansion of |
| // content). By default SDCH filtering is enabled. To disable SDCH filtering, |
| // use "--enable-sdch=0" as command line argument. SDCH is currently only |