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

Unified Diff: chrome/browser/about_flags.cc

Issue 291093005: Removes --enable-stacked-tab-strip flag (Stacked Tabs) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index ff6245233ff48d5eef0f5c7ae58de9f1bf2c345f..09c7173a6053408b0165157bfaa03702282290e3 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -944,13 +944,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE_AND_VALUE(switches::kAllowNaClSocketAPI, "*")
},
{
- "stacked-tab-strip",
- IDS_FLAGS_STACKED_TAB_STRIP_NAME,
- IDS_FLAGS_STACKED_TAB_STRIP_DESCRIPTION,
- kOsWin,
- SINGLE_VALUE_TYPE(switches::kEnableStackedTabStrip)
- },
- {
"force-device-scale-factor",
IDS_FLAGS_FORCE_HIGH_DPI_NAME,
IDS_FLAGS_FORCE_HIGH_DPI_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698