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