| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 2b3509adf4fa558957839bd89bd31745dd89f51d..cdbd39f9c94eba6f89c7fff462c486d975c3b7be 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -23,6 +23,10 @@ extern const base::Feature kArcMemoryManagement;
|
| extern const base::Feature kAutomaticTabDiscarding;
|
| #endif // defined(OS_WIN) || defined(OS_MACOSX)
|
|
|
| +#if defined(OS_WIN) || defined(OS_LINUX)
|
| +extern const base::Feature kBackgroundModeAllowRestart;
|
| +#endif // defined(OS_WIN) || defined(OS_LINUX)
|
| +
|
| extern const base::Feature kBlockSmallContent;
|
|
|
| extern const base::Feature kBrowserHangFixesExperiment;
|
|
|