Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8158)

Unified Diff: chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h

Issue 14270006: linux_aura: Use the correct tinted icons when in gtk+ theme mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h
diff --git a/chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h b/chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h
index bbcbf0a489c58cc2a40cbec1e6a42467600291ea..b9e5b8dfc529e6ea602d35c5774b3dbd379cc433 100644
--- a/chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h
+++ b/chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.h
@@ -24,6 +24,7 @@ class TouchOmniboxResultView : public OmniboxResultView {
public:
TouchOmniboxResultView(OmniboxResultViewModel* model,
int model_index,
+ views::View* location_bar,
const gfx::Font& font);
private:

Powered by Google App Engine
This is Rietveld 408576698