summaryrefslogtreecommitdiffstats
path: root/chrome/browser/about_flags.cc
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-17 02:09:21 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-17 02:09:21 +0000
commitdfc68f6af4e1ba33eadc8f4884d3dc4098892eb8 (patch)
treefebfc5a317bae0938dbd1e7abde1b0a04d36aee1 /chrome/browser/about_flags.cc
parentb3c4717987eb4a42ed2c24cf38df21ad1afbb7ed (diff)
downloadchromium_src-dfc68f6af4e1ba33eadc8f4884d3dc4098892eb8.zip
chromium_src-dfc68f6af4e1ba33eadc8f4884d3dc4098892eb8.tar.gz
chromium_src-dfc68f6af4e1ba33eadc8f4884d3dc4098892eb8.tar.bz2
ash: Turn on the uber-tray by default.
You can still disable it from chrome://flags or using --disable-ash-uber-tray, but there's no reason for anyone to want to! TBR=davemoore@chromium.org BUG=110130 TEST=none Review URL: https://chromiumcodereview.appspot.com/9704102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127321 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r--chrome/browser/about_flags.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 45ba822..753e669 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -586,11 +586,11 @@ const Experiment kExperiments[] = {
},
#if defined(USE_ASH)
{
- "enable-ash-uber-tray",
+ "disable-ash-uber-tray",
IDS_FLAGS_ENABLE_ASH_UBER_TRAY_NAME,
IDS_FLAGS_ENABLE_ASH_UBER_TRAY_DESCRIPTION,
kOsAll,
- SINGLE_VALUE_TYPE(ash::switches::kAshUberTray),
+ SINGLE_VALUE_TYPE(ash::switches::kDisableAshUberTray),
},
{
"enable-ash-oak",