| Index: ash/common/shelf/app_list_shelf_item_delegate.cc
|
| diff --git a/ash/common/shelf/app_list_shelf_item_delegate.cc b/ash/common/shelf/app_list_shelf_item_delegate.cc
|
| index 6e1f003797755bd91dccaa0ef21e81b2aadbb87b..0ed17230801ae3c98895fd35fd804ae728a52450 100644
|
| --- a/ash/common/shelf/app_list_shelf_item_delegate.cc
|
| +++ b/ash/common/shelf/app_list_shelf_item_delegate.cc
|
| @@ -32,10 +32,12 @@ AppListShelfItemDelegate::AppListShelfItemDelegate() {}
|
|
|
| AppListShelfItemDelegate::~AppListShelfItemDelegate() {}
|
|
|
| -ShelfItemDelegate::PerformedAction AppListShelfItemDelegate::ItemSelected(
|
| - const ui::Event& event) {
|
| +ShelfAction AppListShelfItemDelegate::ItemSelected(ui::EventType event_type,
|
| + int event_flags,
|
| + int64_t display_id,
|
| + ShelfLaunchSource source) {
|
| WmShell::Get()->ToggleAppList();
|
| - return ShelfItemDelegate::kAppListMenuShown;
|
| + return SHELF_ACTION_APP_LIST_SHOWN;
|
| }
|
|
|
| ShelfAppMenuItemList AppListShelfItemDelegate::GetAppMenuItems(
|
|
|