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

Unified Diff: chrome/browser/about_flags.cc

Issue 6177002: Flags: Enable Tabbed Options by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Line length fix. Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index a37f7a3e1d3bf4ed78c1c0b5e2c76aaf739f0bfe..69b7a4e6d8ac6bd7ead6bd55f0b16a0052411f0e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -122,13 +122,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableVerticalTabs)
},
{
- "tabbed-options", // FLAGS:RECORD_UMA
- IDS_FLAGS_TABBED_OPTIONS_NAME,
- IDS_FLAGS_TABBED_OPTIONS_DESCRIPTION,
- kOsWin | kOsLinux | kOsMac, // Enabled by default on CrOS.
- SINGLE_VALUE_TYPE(switches::kEnableTabbedOptions)
- },
- {
"remoting", // FLAGS:RECORD_UMA
IDS_FLAGS_REMOTING_NAME,
#if defined(OS_WIN)
« no previous file with comments | « no previous file | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698