| Index: chrome/browser/ui/omnibox/omnibox_popup_model.h
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_popup_model.h b/chrome/browser/ui/omnibox/omnibox_popup_model.h
|
| index 13886544882b97ba44307cf72891526d762c9446..846cc667fda4033925bf19fb2fe0595adc224c44 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_popup_model.h
|
| +++ b/chrome/browser/ui/omnibox/omnibox_popup_model.h
|
| @@ -99,6 +99,9 @@ class OmniboxPopupModel {
|
| // returns an empty Image.
|
| gfx::Image GetIconIfExtensionMatch(const AutocompleteMatch& match) const;
|
|
|
| + // Returns true if the destination URL of the match is bookmarked.
|
| + bool IsStarredMatch(const AutocompleteMatch& match) const;
|
| +
|
| // The match the user has manually chosen, if any.
|
| const AutocompleteResult::Selection& manually_selected_match() const {
|
| return manually_selected_match_;
|
|
|