Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7434)

Unified Diff: chrome/common/chrome_features.cc

Issue 2931023002: [TooManyTabs] Add TabNavigationThrottle (Closed)
Patch Set: review fix Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698