| Index: chrome/browser/ui/views/omnibox/omnibox_result_view.h
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_result_view.h b/chrome/browser/ui/views/omnibox/omnibox_result_view.h
|
| index b79ce29821f04aa9971d0491f8f06095dc802e5c..9e0314c2641e7bf95d18cbd25cb99af313f50d62 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_result_view.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_result_view.h
|
| @@ -123,6 +123,7 @@ class OmniboxResultView : public views::View,
|
| const char* GetClassName() const override;
|
|
|
| gfx::ImageSkia GetIcon() const;
|
| +
|
| const gfx::ImageSkia* GetKeywordIcon() const;
|
|
|
| // Whether to render only the keyword match. Returns true if |match_| has an
|
|
|