| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 5a15ed91970c525cf2b52243a787b56abdd3a2c3..b187f010dc26848f98b281aa8bc326d8bcd617b6 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -716,6 +716,10 @@ const char kEnableSavePasswordBubble[] = "enable-save-password-bubble";
|
| // supported server-side for searches on google.com.
|
| const char kEnableSdch[] = "enable-sdch";
|
|
|
| +// Enable requesting Certificate Transparency Signed Certificate Timestamps
|
| +// over a TLS extension.
|
| +const char kEnableSignedCertTimestamps[] = "enable-signed-cert-timestamps";
|
| +
|
| // Enables support of sticky keys.
|
| const char kEnableStickyKeys[] = "enable-sticky-keys";
|
|
|
|
|