Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index fa498080f9561ff2218414b3dfb0215a7ee6b0ef..7ac1dd561bc2d0e7f9a86752a88cd462bbf092ed 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -2221,6 +2221,13 @@ const Experiment kExperiments[] = { |
SINGLE_VALUE_TYPE(switches::kOzoneTestSingleOverlaySupport) |
}, |
#endif // defined(OS_CHROMEOS) && defined(USE_OZONE) |
+ { |
+ "enable-cert-collection", |
+ IDS_ENABLE_INVALID_CERT_COLLECTION, |
+ IDS_ENABLE_INVALID_CERT_COLLECTION_DESCRIPTION, |
+ kOsAll, |
+ SINGLE_VALUE_TYPE(switches::kEnableInvalidCertCollection) |
+ }, |
// NOTE: Adding new command-line switches requires adding corresponding |
// entries to enum "LoginCustomFlags" in histograms.xml. See note in |