| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 2399e6e297dd957ac715170722f36d4f7841c573..b9a4a3e6768ccd9ce73168a0421795c5bc877983 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -19,6 +19,8 @@ namespace features {
|
| extern const base::Feature kAutomaticTabDiscarding;
|
| #endif // defined(OS_WIN) || defined(OS_MACOSX)
|
|
|
| +extern const base::Feature kExpectCTReporting;
|
| +
|
| extern const base::Feature kExperimentalKeyboardLockUI;
|
|
|
| #if defined(GOOGLE_CHROME_BUILD) && defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
|
|