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 7676039c64b7644b432bf5098eeb3087aaeff731..0e3898abb52db191ab375a352f0bc1a28ed5ffbd 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 |
| @@ -102,6 +102,8 @@ class IconLabelBubbleView : public views::InkDropHostView { |
| // the background is showing. |
| int MinimumWidthForImageWithBackgroundShown() const; |
| + virtual int GetLabelPreferredWidth() const; |
|
Peter Kasting
2016/07/19 21:17:20
Nit: Place up with other virtual functions for whi
Kevin Bailey
2016/08/12 18:49:14
Removed. It was something I added, that turned out
|
| + |
| private: |
| // Sets a background color on |label_| based on |chip_background_color| and |
| // the parent's bg color. |