| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a8d9094740a06f5efc026deab49419fd0e9ddec4..3dd99649edc4026983325020fc9e02655477fcd8 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
|
|
|