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

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

Issue 15745031: Restyle omnibox popup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Go back to 3 max search suggestions for now Created 7 years, 6 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 b9e5b8dfc529e6ea602d35c5774b3dbd379cc433..a5efa3a2a0e47132039c146bf94c1c8bb5321e75 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,7 +24,7 @@ class TouchOmniboxResultView : public OmniboxResultView {
public:
TouchOmniboxResultView(OmniboxResultViewModel* model,
int model_index,
- views::View* location_bar,
+ OmniboxViewDelegate* view_delegate,
const gfx::Font& font);
private:
@@ -45,7 +45,7 @@ class TouchOmniboxPopupContentsView
TouchOmniboxPopupContentsView(const gfx::Font& font,
OmniboxView* omnibox_view,
OmniboxEditModel* edit_model,
- views::View* location_bar);
+ OmniboxViewDelegate* view_delegate);
virtual ~TouchOmniboxPopupContentsView();
// OmniboxPopupContentsView:

Powered by Google App Engine
This is Rietveld 408576698