Chromium Code Reviews| Index: ash/test/test_shelf_delegate.cc |
| diff --git a/ash/test/test_shelf_delegate.cc b/ash/test/test_shelf_delegate.cc |
| index 8f836d991a9e7139322334807d17b3505bedd0a2..9e93e7bffcf7cf48be390e4f713217592a579024 100644 |
| --- a/ash/test/test_shelf_delegate.cc |
| +++ b/ash/test/test_shelf_delegate.cc |
| @@ -97,7 +97,8 @@ void TestShelfDelegate::OnShelfAutoHideStateChanged(Shelf* shelf) {} |
| void TestShelfDelegate::OnShelfVisibilityStateChanged(Shelf* shelf) {} |
| -ShelfID TestShelfDelegate::GetShelfIDForAppID(const std::string& app_id) { |
| +ShelfID TestShelfDelegate::GetShelfIDForAppID(const std::string& app_id, |
| + const std::string& app_shelf_id) { |
|
stevenjb
2016/08/29 15:56:30
To document that app_shelf_id is unused:
cons std
Andra Paraschiv
2016/08/30 09:58:24
Done.
|
| for (auto const& iter : shelf_id_to_app_id_map_) { |
| if (iter.second == app_id) |
| return iter.first; |