| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 555dd408464fb64eb0d0e69633ff51ec172f0e82..dc144780cbf462192e8c2541565a198b0ba50e44 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -14,6 +14,11 @@ const base::Feature kAutomaticTabDiscarding{"AutomaticTabDiscarding",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
| #endif // defined(OS_WIN) || defined(OS_MACOSX)
|
|
|
| +// Enables Expect CT reporting, which sends reports for opted-in sites
|
| +// that don't serve sufficient Certificate Transparency information.
|
| +const base::Feature kExpectCTReporting{"ExpectCTReporting",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // An experimental fullscreen prototype that allows pages to map browser and
|
| // system-reserved keyboard shortcuts.
|
| const base::Feature kExperimentalKeyboardLockUI{
|
|
|