| Index: ash/test/shelf_view_test_api.cc
|
| diff --git a/ash/test/shelf_view_test_api.cc b/ash/test/shelf_view_test_api.cc
|
| index b829b87d54617551205bcffc4f57a16511651761..715b986cd1192de45bd4e76745223b44f4f13871 100644
|
| --- a/ash/test/shelf_view_test_api.cc
|
| +++ b/ash/test/shelf_view_test_api.cc
|
| @@ -118,6 +118,15 @@ void ShelfViewTestAPI::ButtonPressed(views::Button* sender,
|
| return shelf_view_->ButtonPressed(sender, event);
|
| }
|
|
|
| +void ShelfViewTestAPI::RecordIconActivatedSource(const ui::Event& event) {
|
| + shelf_view_->RecordIconActivatedSource(event);
|
| +}
|
| +
|
| +void ShelfViewTestAPI::RecordIconActivatedAction(
|
| + ShelfItemDelegate::PerformedAction performed_action) {
|
| + shelf_view_->RecordIconActivatedAction(performed_action);
|
| +}
|
| +
|
| bool ShelfViewTestAPI::SameDragType(ShelfItemType typea,
|
| ShelfItemType typeb) const {
|
| return shelf_view_->SameDragType(typea, typeb);
|
|
|