| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 1b66b3452b24db8541893e804fdd8011b5b68c53..cd8024bce06bc73f4601343879aec06e931b72d9 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -354,6 +354,13 @@ const base::Feature kSimplifiedFullscreenUI{"ViewsSimplifiedFullscreenUI",
|
| const base::Feature kSiteDetails{"SiteDetails",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +#if !defined(OS_ANDROID)
|
| +// Enables delaying the navigation of background tabs in order to improve
|
| +// foreground tab's user experience.
|
| +const base::Feature kStaggeredBackgroundTabOpen{
|
| + "StaggeredBackgroundTabOpen", base::FEATURE_DISABLED_BY_DEFAULT};
|
| +#endif
|
| +
|
| // Enables or disables the creation of (legacy) supervised users. Does not
|
| // affect existing supervised users.
|
| const base::Feature kSupervisedUserCreation{"SupervisedUserCreation",
|
|
|