| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 62f799222610905ae29883130f00e142e0bca185..dd765ddf6e05bcf8c2503505f405da639af21280 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 kExperimentalFullscreenUI;
|
| +
|
| #if defined(GOOGLE_CHROME_BUILD) && defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| extern const base::Feature kLinuxObsoleteSystemIsEndOfTheLine;
|
| #endif
|
|
|