Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index d6541af190d96a2706f37c73cee2345659b17725..bca7e39ff663ee181d6d556671423f7678c56b6b 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. |