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

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: remove comment 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 6da1f24fea2c1274a0158a919605601f2ea3a829..5d2f4bb2af78a36d33ff423f41381b6b169d5f77 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_views.cc
+++ b/chrome/browser/ui/views/omnibox/omnibox_views.cc
@@ -39,7 +39,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