| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 6d1edba1ad846a5515115bf5f9516f76286c3705..6cd0f73664a17a14ab13d02b746efaf58ea7fcca 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -146,6 +146,17 @@ const char kAutomationReinitializeOnChannelError[] =
|
| // will not occur in subsequent runs either.
|
| const char kCancelFirstRun[] = "cancel-first-run";
|
|
|
| +// Certificate Transparency: Uses the provided log for checking Signed
|
| +// Certificate Timestamps provided with certificates.
|
| +// The switch's value is:
|
| +// log_description:log_key
|
| +// where:
|
| +// log_description is a textual description of the log
|
| +// log_key is a Base64'd DER-encoded SubjectPublicKeyInfo of the log's
|
| +// public key.
|
| +const char kCertificateTransparencyLog[] =
|
| + "certificate-transparency-log";
|
| +
|
| // How often (in seconds) to check for updates. Should only be used for testing
|
| // purposes.
|
| const char kCheckForUpdateIntervalSec[] = "check-for-update-interval";
|
|
|