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

Unified Diff: chrome/common/chrome_features.h

Issue 2931023002: [TooManyTabs] Add TabNavigationThrottle (Closed)
Patch Set: add more tests 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..88143246b87793bcdb44f85976c5c95abb0d861a 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -183,6 +183,8 @@ extern const base::Feature kSiteDetails;
extern const base::Feature kSiteNotificationChannels;
#endif
+extern const base::Feature kStaggeredBackgroundTabOpen;
+
extern const base::Feature kSupervisedUserCreation;
#if defined(SYZYASAN)

Powered by Google App Engine
This is Rietveld 408576698