| 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 7c90855a11e47aea7dcb79e62a4a499a6a262208..151588c3887c81b9f9754803aee7df3774981f8b 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| @@ -73,8 +73,6 @@ class OmniboxPopupContentsView : public views::View,
|
| bool IsStarredMatch(const AutocompleteMatch& match) const;
|
|
|
| int max_match_contents_width() const { return max_match_contents_width_; }
|
| - int start_margin() const { return start_margin_; }
|
| - int end_margin() const { return end_margin_; }
|
|
|
| protected:
|
| OmniboxPopupContentsView(const gfx::FontList& font_list,
|
|
|