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..1f36be5ed8474fc881908ce5d37c19f24e9931a6 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 prototype that allows pages to map browser- and |
|
sky
2016/03/23 23:46:10
'browser-' -> 'browser'
dominickn
2016/03/24 03:03:53
Done.
|
| +// 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 |