| 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 7d282a41009a3777f683f7e4c1bc52ccc2fe6ded..9543ea6e4686a50731eaa0d795fa052e59a77780 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
|
| @@ -158,6 +158,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);
|
|
|
|
|