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 71d58816851f76b571b39da2b630c5dabf07ae57..d6ffdc572c79faf2fb8c11f043996fea39e6e1f9 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 |
| @@ -31,6 +31,8 @@ class Painter; |
| // tab-to-search UI, and content settings. |
| class IconLabelBubbleView : public views::InkDropHostView { |
| public: |
| + static constexpr int kTrailingPaddingPreMD = 2; |
|
Evan Stade
2016/06/15 23:08:41
nit: Md
Peter Kasting
2016/06/16 04:39:09
Done.
|
| + |
| IconLabelBubbleView(int contained_image, |
| const gfx::FontList& font_list, |
| SkColor parent_background_color, |