summaryrefslogtreecommitdiffstats
path: root/chrome/test/in_process_browser_test.cc
diff options
context:
space:
mode:
authorjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-25 15:56:26 +0000
committerjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-25 15:56:26 +0000
commit596c6aa19c34c9c912aa095078231a02ffbd8812 (patch)
tree7164ddc5ef8a06181225867b27754e10a21444be /chrome/test/in_process_browser_test.cc
parent1cf7ff9b69d4b80fe42182e018d26df3e49fe775 (diff)
downloadchromium_src-596c6aa19c34c9c912aa095078231a02ffbd8812.zip
chromium_src-596c6aa19c34c9c912aa095078231a02ffbd8812.tar.gz
chromium_src-596c6aa19c34c9c912aa095078231a02ffbd8812.tar.bz2
Relanding 48042.
I reverted http://codereview.chromium.org/1986006 as part of that change, after talking with Ben and Aaron. (it breaks the UI tests on ChromeOS now that apps are enabled). 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/2149003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48149 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/in_process_browser_test.cc')
-rw-r--r--chrome/test/in_process_browser_test.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc
index 8a71b9d..9939108 100644
--- a/chrome/test/in_process_browser_test.cc
+++ b/chrome/test/in_process_browser_test.cc
@@ -138,11 +138,6 @@ void InProcessBrowserTest::SetUp() {
// Don't show the first run ui.
command_line->AppendSwitch(switches::kNoFirstRun);
- // TODO(jcivelli): http://crbug.com/44089 We disable the app launcher on new
- // tab behavior for now until it is the default behavior on
- // all platforms.
- command_line->AppendSwitch(switches::kDisableAppsPanel);
-
// This is a Browser test.
command_line->AppendSwitchWithValue(switches::kTestType,
ASCIIToWide(kBrowserTestType));