| Index: chrome/test/in_process_browser_test.cc
|
| diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc
|
| index 21bf2a6cf61792d2fd4a7701ce84500a39ac386d..225df364aea97a24340fa96c99cd8399518058a8 100644
|
| --- a/chrome/test/in_process_browser_test.cc
|
| +++ b/chrome/test/in_process_browser_test.cc
|
| @@ -138,6 +138,11 @@ 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));
|
|
|