Chromium Code Reviews| Index: chrome/common/chrome_features.cc |
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
| index a3787180e8e2a569460279a09df2c2b9ce9831c6..42c6e1cb8605271f6290cdbab57b9e128f67b058 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) |
| +// An experimental fullscreen prototyping an API allowing pages to map browser- |
|
msw
2016/03/23 07:20:55
nit: "prototyping an API allowing" is awkward; con
dominickn
2016/03/23 10:07:03
Done.
|
| +// and system-reserved keyboard shortcuts. |
| +const base::Feature kExperimentalKeyboardLockUI{ |
| + "ExperimentalKeyboardLockUI", base::FEATURE_DISABLED_BY_DEFAULT}; |
| + |
| #if defined(GOOGLE_CHROME_BUILD) && defined(OS_LINUX) && !defined(OS_CHROMEOS) |
| // Enables showing the "This computer will no longer receive Google Chrome |
| // updates" infobar instead of the "will soon stop receiving" infobar on |