| 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 040e48449440269b887b894619b23dc14ae00103..f882ca7ca8fa720e9e8f28d7eb85f095c13257f9 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
| @@ -69,6 +69,7 @@ class OmniboxPopupContentsView : public views::View,
|
| bool IsSelectedIndex(size_t index) const;
|
| bool IsHoveredIndex(size_t index) const;
|
| gfx::Image GetIconIfExtensionMatch(size_t index) const;
|
| + bool IsStarredMatch(const AutocompleteMatch& match) const;
|
|
|
| int max_match_contents_width() const {
|
| return max_match_contents_width_;
|
|
|