| Index: chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h b/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
|
| index 4a360dcf90883b63bb6d77fbd5c04e9580306540..e23b2fced5181e129d03cf302033c9726590742f 100644
|
| --- a/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
|
| +++ b/chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.h
|
| @@ -79,7 +79,15 @@ class OmniboxPopupViewGtk : public AutocompletePopupView,
|
| // Accept a line of the results, for example, when the user clicks a line.
|
| void AcceptLine(size_t line, WindowOpenDisposition disposition);
|
|
|
| - const gfx::Image* IconForMatch(const AutocompleteMatch& match, bool selected);
|
| + const gfx::Image* IconForMatch(const AutocompleteMatch& match,
|
| + bool selected,
|
| + bool is_selected_keyword);
|
| +
|
| + // Returns the |index|th element of match, unless we're selected and showing
|
| + // the associated keyword match.
|
| + void GetVisibleMatchForInput(size_t index,
|
| + const AutocompleteMatch** match,
|
| + bool* is_selected_keyword);
|
|
|
| CHROMEGTK_CALLBACK_1(OmniboxPopupViewGtk, gboolean, HandleMotion,
|
| GdkEventMotion*);
|
|
|