| Index: ash/shelf/shelf_view.cc
|
| diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc
|
| index 322880401511f632cff83581f9dee6c59a1cd92e..1febe8ceccf4924e50ce2a86a00f175e2882b8ad 100644
|
| --- a/ash/shelf/shelf_view.cc
|
| +++ b/ash/shelf/shelf_view.cc
|
| @@ -1651,10 +1651,7 @@ void ShelfView::ShelfItemChanged(int model_index, const ShelfItem& old_item) {
|
| CHECK_EQ(ShelfButton::kViewClassName, view->GetClassName());
|
| ShelfButton* button = static_cast<ShelfButton*>(view);
|
| ReflectItemStatus(item, button);
|
| - // The browser shortcut is currently not a "real" item and as such the
|
| - // the image is bogous as well. We therefore keep the image as is for it.
|
| - if (item.type != TYPE_BROWSER_SHORTCUT)
|
| - button->SetImage(item.image);
|
| + button->SetImage(item.image);
|
| button->SchedulePaint();
|
| break;
|
| }
|
|
|