| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 220bf60ecf2d0006e19e03949cd32a54cac33f0b..5729cb51dcee8a5c9cdec5bd128eff1a096b49d5 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -38,6 +38,10 @@ const char kAllowFileAccess[] = "allow-file-access";
|
| // extension API.
|
| const char kAllowHttpScreenCapture[] = "allow-http-screen-capture";
|
|
|
| +// Enables TLS/SSL errors on localhost to be ignored (no interstitial,
|
| +// no blocking of requests).
|
| +const char kAllowInsecureLocalhost[] = "allow-insecure-localhost";
|
| +
|
| #if defined(ENABLE_PLUGINS)
|
| // Specifies comma-separated list of extension ids or hosts to grant
|
| // access to CRX file system APIs.
|
|
|