| Index: ash/shelf/shelf.cc
|
| diff --git a/ash/shelf/shelf.cc b/ash/shelf/shelf.cc
|
| index f9d3704fa02e646da7ae60d60d8c0ff881adb5fd..08f32e2bc68979e6f86f0f5339cff6918a8068e0 100644
|
| --- a/ash/shelf/shelf.cc
|
| +++ b/ash/shelf/shelf.cc
|
| @@ -105,8 +105,7 @@ void Shelf::ActivateShelfItem(int index) {
|
| // next item if the current one is already active.
|
| ui::KeyEvent event(ui::ET_KEY_RELEASED,
|
| ui::VKEY_UNKNOWN, // The actual key gets ignored.
|
| - ui::EF_NONE,
|
| - false);
|
| + ui::EF_NONE);
|
|
|
| const ShelfItem& item = shelf_view_->model()->items()[index];
|
| ShelfItemDelegate* item_delegate =
|
|
|