| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index e8816695e0b217d0eb51135b8133e734ad2ca982..62f799222610905ae29883130f00e142e0bca185 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -23,10 +23,13 @@ extern const base::Feature kAutomaticTabDiscarding;
|
| extern const base::Feature kLinuxObsoleteSystemIsEndOfTheLine;
|
| #endif
|
|
|
| +
|
| #if defined(OS_CHROMEOS)
|
| extern const base::Feature kRuntimeMemoryLeakDetector;
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| +extern const base::Feature kSimplifiedFullscreenUI;
|
| +
|
| // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
|
| // alphabetical order, or in one of the ifdefs (also in order in each section).
|
|
|
|
|