summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-24 16:38:40 +0000
committerjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-24 16:38:40 +0000
commita807d3fceadd4838c346ba9d5b68798a0b4081d6 (patch)
tree1c68747834fd1c2da3e522fab91ba43fda62d8b3 /chrome/common/chrome_switches.cc
parent2ae892453109680699580853e78e89419bceb7a8 (diff)
downloadchromium_src-a807d3fceadd4838c346ba9d5b68798a0b4081d6.zip
chromium_src-a807d3fceadd4838c346ba9d5b68798a0b4081d6.tar.gz
chromium_src-a807d3fceadd4838c346ba9d5b68798a0b4081d6.tar.bz2
Revert 48042: it breaks unit-tests and UI tests on ChromeOS
Disabling app launcher and enabling apps by default on ChromeOS . BUG=3218 TEST=Open the new tab, the new new tab should be shown. Any installed app should be showing in there. Review URL: http://codereview.chromium.org/2135011 TBR=jcivelli@chromium.org Review URL: http://codereview.chromium.org/2077020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48044 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index fece52f..64da0bd 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -103,6 +103,14 @@ const char kDisableAltWinstation[] = "disable-winsta";
// Disable the ApplicationCache.
const char kDisableApplicationCache[] = "disable-application-cache";
+// Disables the app launcher popup when a new tab is created, directly creates
+// a tab instead. Takes precedence over kAppLauncherForNewTab.
+// TODO(jcivelli): http://crbug.com/44089 this flag is required for some tests
+// to work, as showing the app launcher is the default on
+// ChromeOS but not on other platforms. Tests should be fixed
+// once it becomes the default behavior on all platforms.
+const char kDisableAppsPanel[] = "disable-apps-panel";
+
// Replaces the audio IPC layer for <audio> and <video> with a mock audio
// device, useful when using remote desktop or machines without sound cards.
// This is temporary until we fix the underlying problem.