Chromium Code Reviews| Index: chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h |
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h |
| index e1d7f322517b2b018492bfb0e4cd996b29b19a4e..57e92804bb019ae22f5f5f3c3da15dd50e11891f 100644 |
| --- a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h |
| +++ b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h |
| @@ -72,6 +72,14 @@ class OmniboxPopupContentsView : public views::View, |
| return max_match_contents_width_; |
| } |
|
Peter Kasting
2015/08/24 18:20:00
Nit: I'd probably just do all these getters in a b
tdanderson
2015/08/24 22:39:16
Done.
|
| + int left_margin() const { |
| + return left_margin_; |
| + } |
| + |
| + int right_margin() const { |
| + return right_margin_; |
| + } |
| + |
| protected: |
| OmniboxPopupContentsView(const gfx::FontList& font_list, |
| OmniboxView* omnibox_view, |