Chromium Code Reviews| Index: ash/shell/window_watcher_shelf_item_delegate.cc |
| diff --git a/ash/shell/window_watcher_shelf_item_delegate.cc b/ash/shell/window_watcher_shelf_item_delegate.cc |
| index cfceb3c32b56b46eb32805162112861120812e86..502586eaabf63a6fc9a1760aff898d0cfe6d6965 100644 |
| --- a/ash/shell/window_watcher_shelf_item_delegate.cc |
| +++ b/ash/shell/window_watcher_shelf_item_delegate.cc |
| @@ -31,9 +31,9 @@ ShelfItemDelegate::PerformedAction WindowWatcherShelfItemDelegate::ItemSelected( |
| return kExistingWindowActivated; |
| } |
| -ui::SimpleMenuModel* WindowWatcherShelfItemDelegate::CreateApplicationMenu( |
| +ShelfApplicationMenuItems WindowWatcherShelfItemDelegate::GetAppMenuItems( |
| int event_flags) { |
| - return nullptr; |
| + return ShelfApplicationMenuItems(); |
|
James Cook
2017/02/06 17:30:21
Given that the type of ShelfApplicationMenuItems i
msw
2017/02/07 09:12:01
I added comments, renamed to ShelfAppMenuItemList,
|
| } |
| void WindowWatcherShelfItemDelegate::Close() {} |