Chromium Code Reviews| Index: base/base_switches.cc |
| =================================================================== |
| --- base/base_switches.cc (revision 6791) |
| +++ base/base_switches.cc (working copy) |
| @@ -30,5 +30,8 @@ |
| // Enable DCHECKs in release mode. |
| const wchar_t kEnableDCHECK[] = L"enable-dcheck"; |
| +// Refuse to make HTTP connections and refuse to accept certificate errors. |
|
wtc
2008/12/15 18:14:15
Should you reference your ForceHTTPS paper to prov
|
| +const wchar_t kForceHTTPS[] = L"force-https"; |
| + |
| } // namespace switches |