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

Unified Diff: chrome/browser/ui/views/omnibox/omnibox_views.cc

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/omnibox_views.cc
diff --git a/chrome/browser/ui/views/omnibox/omnibox_views.cc b/chrome/browser/ui/views/omnibox/omnibox_views.cc
index 2e2ace3d4b4af7993e5c26c8f3d6bb2da8f1901d..41a32979820d2ae72b598a6d9bbce51829eedac8 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_views.cc
+++ b/chrome/browser/ui/views/omnibox/omnibox_views.cc
@@ -37,7 +37,7 @@ OmniboxView* CreateOmniboxView(OmniboxEditController* controller,
if (!views::Textfield::IsViewsTextfieldEnabled()) {
return new OmniboxViewWin(
controller, toolbar_model, location_bar, command_updater,
- popup_window_mode, location_bar, font, font_y_offset);
+ popup_window_mode, font, font_y_offset);
}
#endif
OmniboxViewViews* omnibox = new OmniboxViewViews(

Powered by Google App Engine
This is Rietveld 408576698