| 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_;
|
| }
|
|
|
| + int left_margin() const {
|
| + return left_margin_;
|
| + }
|
| +
|
| + int right_margin() const {
|
| + return right_margin_;
|
| + }
|
| +
|
| protected:
|
| OmniboxPopupContentsView(const gfx::FontList& font_list,
|
| OmniboxView* omnibox_view,
|
|
|