| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index b992b2242177f9ef0df5d40a56f2fe9bf1a33994..94fd60d7b8171be2af5fb6cb5e581b350dc54abf 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -440,6 +440,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
|
|
|