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 583e2d20a77a46cddbee231bc4dabea7c679821b..25bfa2e244e4f7b99c9ae80579ab13236f63a8ef 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 |
@@ -271,9 +271,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); |
} |