| Index: ash/common/shelf/shelf_controller.cc
|
| diff --git a/ash/common/shelf/shelf_controller.cc b/ash/common/shelf/shelf_controller.cc
|
| index 02e6f1a60e41434311fc8399ef73a6fa097e03ef..87d24490aade87c9d4a775db294f8de2dcd570f8 100644
|
| --- a/ash/common/shelf/shelf_controller.cc
|
| +++ b/ash/common/shelf/shelf_controller.cc
|
| @@ -54,8 +54,10 @@ class ShelfItemDelegateMus : public ShelfItemDelegate {
|
|
|
| private:
|
| // ShelfItemDelegate:
|
| - ShelfItemDelegate::PerformedAction ItemSelected(
|
| - const ui::Event& event) override {
|
| + ShelfAction ItemSelected(ui::EventType event_type,
|
| + int event_flags,
|
| + int64_t display_id,
|
| + ShelfLaunchSource source) override {
|
| if (window_id_to_title_.empty()) {
|
| delegate_->LaunchItem();
|
| return kNewWindowCreated;
|
|
|