Chromium Code Reviews| Index: chrome/browser/ui/views/location_bar/content_setting_image_view.cc |
| diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc |
| index a9d89b299df9b2468e812352d693dfee166e9f6d..c970aaa42cfc5aafc5ca44b6c6c0ae0fd7c80231 100644 |
| --- a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc |
| +++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc |
| @@ -46,8 +46,6 @@ ContentSettingImageView::ContentSettingImageView( |
| ContentSettingImageModel::CreateContentSettingImageModel( |
| content_type)), |
| bubble_widget_(NULL) { |
| - SetHorizontalAlignment(ImageView::LEADING); |
| - TouchableLocationBarView::Init(this); |
|
Peter Kasting
2012/09/15 00:23:46
Is killing the touch part here safe?
Greg Billock
2012/09/15 04:58:20
This is in the superclass
|
| } |
| ContentSettingImageView::~ContentSettingImageView() { |