Index: chrome/browser/ui/views/location_bar/page_action_image_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.cc b/chrome/browser/ui/views/location_bar/page_action_image_view.cc |
index 0d9f5f63a87210e46780680a018cdb86573dcc0d..00c1c586ca5ca8ee7217229682dff2e39428be9a 100644 |
--- a/chrome/browser/ui/views/location_bar/page_action_image_view.cc |
+++ b/chrome/browser/ui/views/location_bar/page_action_image_view.cc |
@@ -270,9 +270,8 @@ void PageActionImageView::UpdateVisibility(WebContents* contents, |
// Set the image. |
gfx::Image icon = page_action_->GetIcon(current_tab_id_); |
- if (!icon.IsEmpty()) { |
+ if (!icon.IsEmpty()) |
SetImage(*icon.ToImageSkia()); |
- } |
SetVisible(true); |
} |