| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 9d0a7c6b67421a77597f001353e08a97d7b6154a..81797a6cf6a99d3f17863d5a344f08a26df258ca 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -454,6 +454,9 @@ const char kEnableExtensionActivityLogTesting[] =
|
| // crbug.com/142458 .
|
| const char kEnableFastUnload[] = "enable-fast-unload";
|
|
|
| +// Enable opt-in for the collection of invalid TLS/SSL certificate chains.
|
| +const char kEnableInvalidCertCollection[] = "enable-invalid-cert-collection";
|
| +
|
| // Enables IPv6 support, even if probes suggest that it may not be fully
|
| // supported. Some probes may require internet connections, and this flag will
|
| // allow support independent of application testing. This flag overrides
|
|
|