| Index: ash/sysui/shelf_delegate_mus.cc
|
| diff --git a/ash/sysui/shelf_delegate_mus.cc b/ash/sysui/shelf_delegate_mus.cc
|
| index 5a925bd15435dce65457e33aa403dfd7314d2c09..773a9ad121708ef3190c9176dddeb07ca248c334 100644
|
| --- a/ash/sysui/shelf_delegate_mus.cc
|
| +++ b/ash/sysui/shelf_delegate_mus.cc
|
| @@ -94,7 +94,7 @@ class ShelfItemDelegateMus : public ShelfItemDelegate {
|
| return false;
|
| }
|
| void ExecuteCommand(int command_id, int event_flags) override {
|
| - item_delegate_->user_window_controller_->FocusUserWindow(command_id);
|
| + item_delegate_->user_window_controller_->ActivateUserWindow(command_id);
|
| }
|
|
|
| private:
|
| @@ -111,7 +111,7 @@ class ShelfItemDelegateMus : public ShelfItemDelegate {
|
| return kNewWindowCreated;
|
| }
|
| if (window_id_to_title_.size() == 1) {
|
| - user_window_controller_->FocusUserWindow(
|
| + user_window_controller_->ActivateUserWindow(
|
| window_id_to_title_.begin()->first);
|
| return kExistingWindowActivated;
|
| }
|
|
|