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..e1b32e79a022953f33fa0aaee67177f9999c1ac9 100644 |
--- a/chrome/browser/ui/views/omnibox/omnibox_result_view.h |
+++ b/chrome/browser/ui/views/omnibox/omnibox_result_view.h |
@@ -123,6 +123,10 @@ class OmniboxResultView : public views::View, |
const char* GetClassName() const override; |
gfx::ImageSkia GetIcon() const; |
+ |
+ // Gets the icon for use in MD mode (should eventually supplant GetIcon()). |
+ gfx::ImageSkia GetMaterialIcon() const; |
+ |
const gfx::ImageSkia* GetKeywordIcon() const; |
// Whether to render only the keyword match. Returns true if |match_| has an |