Index: ash/shelf/shelf_view.cc |
diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc |
index 09910bfd0556ed410621cd75efcea8c9c2acbbd0..3d798c8017989b1909d618f504bc4aea822a5d64 100644 |
--- a/ash/shelf/shelf_view.cc |
+++ b/ash/shelf/shelf_view.cc |
@@ -1676,10 +1676,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; |
} |