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

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

Issue 7584024: views omnibox popup: Setup the parent Widget, instead of the parent NativeView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 4 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_view_win.cc
diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_win.cc b/chrome/browser/ui/views/omnibox/omnibox_view_win.cc
index 9dd25d609e63c923d7ed3ff757cdd219a118f798..3d5f4ab28425fa13489016f51afad4d25e5d00db 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_view_win.cc
+++ b/chrome/browser/ui/views/omnibox/omnibox_view_win.cc
@@ -398,7 +398,7 @@ OmniboxViewWin::OmniboxViewWin(const gfx::Font& font,
Profile* profile,
CommandUpdater* command_updater,
bool popup_window_mode,
- const views::View* location_bar)
+ views::View* location_bar)
: model_(new AutocompleteEditModel(this, controller, profile)),
popup_view_(new AutocompletePopupContentsView(font, this, model_.get(),
profile, location_bar)),

Powered by Google App Engine
This is Rietveld 408576698