| Index: ash/common/shelf/shelf_window_watcher_item_delegate.cc
|
| diff --git a/ash/common/shelf/shelf_window_watcher_item_delegate.cc b/ash/common/shelf/shelf_window_watcher_item_delegate.cc
|
| index 2b56a38004a8ebeb08607d8ce27c5f503037a476..262e606dabe109d02a91681240804837e23c5147 100644
|
| --- a/ash/common/shelf/shelf_window_watcher_item_delegate.cc
|
| +++ b/ash/common/shelf/shelf_window_watcher_item_delegate.cc
|
| @@ -65,6 +65,12 @@ ShelfAppMenuItemList ShelfWindowWatcherItemDelegate::GetAppMenuItems(
|
| return ShelfAppMenuItemList();
|
| }
|
|
|
| +void ShelfWindowWatcherItemDelegate::ExecuteCommand(uint32_t command_id,
|
| + int event_flags) {
|
| + // This delegate does not support showing an application menu.
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void ShelfWindowWatcherItemDelegate::Close() {
|
| window_->CloseWidget();
|
| }
|
|
|