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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2931023002: [TooManyTabs] Add TabNavigationThrottle (Closed)
Patch Set: 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_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 45b08d8f1168b9620f6960f8a5b1f278206c78a6..d7b84ecc04f7dd4feab4e762bf44954fca7ccad9 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -796,6 +796,8 @@ const char kSimulateUpgrade[] = "simulate-upgrade";
// for the format.
const char kSSLKeyLogFile[] = "ssl-key-log-file";
+const char kStaggeredBackgroundTabOpen[] = "staggered-background-tab-open";
Charlie Reis 2017/06/10 00:53:37 Please document what this does.
nasko 2017/06/12 23:22:02 Also, should it be a command line flag or a base::
Zhen Wang 2017/06/13 23:33:21 Ah, right. I changed it to base::Feature now.
+
// Starts the browser maximized, regardless of any previous settings.
const char kStartMaximized[] = "start-maximized";

Powered by Google App Engine
This is Rietveld 408576698