Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 4fc9e14fb53cafef3f14cc3a922b4b9f567de1c5..4685d1e13635cf74794a5c619a25c57d068340c1 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -2181,6 +2181,13 @@ const Experiment kExperiments[] = { |
kEnableDataReductionProxyBypassWarning) |
}, |
#endif |
+ { |
+ "allow-insecure-localhost", |
+ IDS_ALLOW_INSECURE_LOCALHOST, |
+ IDS_ALLOW_INSECURE_LOCALHOST_DESCRIPTION, |
+ kOsAll, |
+ SINGLE_VALUE_TYPE(switches::kAllowInsecureLocalhost) |
+ }, |
// NOTE: Adding new command-line switches requires adding corresponding |
// entries to enum "LoginCustomFlags" in histograms.xml. See note in |