| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 7577e2c0e9eeca755fe6892291bc9789f357e697..e3fc4704b885e1d5951de8629e9d8a020271adc4 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -459,6 +459,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
|
|
|