| Index: chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc b/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| index a6462eeacfbb5efbb074583192f1bde6db352e8d..6501ba488ae6f8d8d2473fbcfa6376fb2a63d034 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc
|
| @@ -160,6 +160,8 @@ IN_PROC_BROWSER_TEST_F(AppListServiceImplBrowserTest,
|
| // Test that all the items in the context menu for a hosted app have valid
|
| // labels.
|
| IN_PROC_BROWSER_TEST_F(AppListServiceImplBrowserTest, ShowContextMenu) {
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + switches::kEnableNewBookmarkApps);
|
| AppListService* service = test::GetAppListService();
|
| EXPECT_TRUE(service);
|
|
|
|
|