| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index d07f061fe12d36711b4defb63d824ccb0197229e..4f93b84408904f4027d500362dfe80fd0a701d40 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -322,6 +322,11 @@ const base::Feature kSimplifiedFullscreenUI{"ViewsSimplifiedFullscreenUI",
|
| const base::Feature kSiteDetails{"SiteDetails",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +// Enables delaying background tabs' opening process in order to improve
|
| +// foreground tab's user experience.
|
| +const base::Feature kStaggeredBackgroundTabOpen{
|
| + "StaggeredBackgroundTabOpen", base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| #if defined(SYZYASAN)
|
| // Enable the deferred free mechanism in the syzyasan module, which helps the
|
| // performance by deferring some work on the critical path to a background
|
|
|