| Index: chrome/test/in_process_browser_test.cc
|
| ===================================================================
|
| --- chrome/test/in_process_browser_test.cc (revision 48200)
|
| +++ chrome/test/in_process_browser_test.cc (working copy)
|
| @@ -138,11 +138,6 @@
|
| // 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));
|
|
|