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

Unified Diff: chrome/common/chrome_features.h

Issue 2931023002: [TooManyTabs] Add TabNavigationThrottle (Closed)
Patch Set: add comments Created 3 years, 5 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.h
diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
index f96568db5eec5d8c01b2bcb23299573e7483edd6..0194fe87b5c32cc2d2ff8730de5700ef6a54afe2 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -9,6 +9,7 @@
#define CHROME_COMMON_CHROME_FEATURES_H_
#include "base/feature_list.h"
+#include "build/build_config.h"
#include "chrome/common/features.h"
#include "extensions/features/features.h"
#include "ppapi/features/features.h"
@@ -183,6 +184,10 @@ extern const base::Feature kSiteDetails;
extern const base::Feature kSiteNotificationChannels;
#endif
+#if !defined(OS_ANDROID)
+extern const base::Feature kStaggeredBackgroundTabOpen;
+#endif
+
extern const base::Feature kSupervisedUserCreation;
#if defined(SYZYASAN)
« no previous file with comments | « chrome/browser/resource_coordinator/tab_manager_web_contents_data.cc ('k') | chrome/common/chrome_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698