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..07ebd3bfbed41cf5c381ef7baa0499db0480a71c 100644 |
| --- a/chrome/common/chrome_features.cc |
| +++ b/chrome/common/chrome_features.cc |
| @@ -14,6 +14,12 @@ 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- |
| +// and system-reserved keybaord shortcuts. |
|
Matt Giuca
2016/03/21 00:36:07
keyboard
dominickn
2016/03/21 21:58:04
Done.
|
| +const base::Feature kExperimentalFullscreenUI{ |
| + "ExperimentalFullscreenUI", 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 |