Chromium Code Reviews| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
| diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
| index 2864d97e9d769d49dca7d56a8ee4e5ca913cb1ab..33f2d7667e77c9c4e8f407b09c2dfb3c50ca04bd 100644 |
| --- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
| +++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
| @@ -123,14 +123,6 @@ class IconLabelBubbleView : public views::InkDropHostView { |
| views::ImageView* image_; |
| views::Label* label_; |
| - // How much horizontal padding (fully-transparent columns) is inside the |
| - // image. These are subtracted from the desired padding values when |
| - // calculating the padding around the image, so that the image always appears |
| - // to have the same visible padding no matter what its composition is. Only |
| - // used in MD. |
| - int builtin_leading_padding_; |
| - int builtin_trailing_padding_; |
|
Evan Stade
2016/05/19 21:20:45
I believe this is no longer necessary given that t
|
| - |
| bool is_extension_icon_; |
| // This is only used in pre-MD. In MD, the background color is derived from |