Index: chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h |
diff --git a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h |
index 3d2dc9bf00d22fd3f627f82397d867310a625a2e..fa294afafc53691230aa317f2856ab79a54ba74c 100644 |
--- a/chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h |
+++ b/chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h |
@@ -53,8 +53,7 @@ class OmniboxPopupViewMac : public OmniboxPopupView, |
size_t row) override; |
// Returns the NSImage that should be used as an icon for the given match. |
- NSImage* ImageForMatch(const AutocompleteMatch& match, |
- BOOL ignore_dark_theme) const; |
+ NSImage* ImageForMatch(const AutocompleteMatch& match) const; |
OmniboxPopupMatrix* matrix() { return matrix_; } |