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

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

Issue 10702044: Merge 144001 - Update BrowserView::ProcessFullscreen OmniboxViewWin use; etc. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 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_view_views.cc
===================================================================
--- chrome/browser/ui/views/omnibox/omnibox_view_views.cc (revision 144960)
+++ chrome/browser/ui/views/omnibox/omnibox_view_views.cc (working copy)
@@ -183,7 +183,8 @@
CommandUpdater* command_updater,
bool popup_window_mode,
LocationBarView* location_bar)
- : popup_window_mode_(popup_window_mode),
+ : textfield_(NULL),
+ popup_window_mode_(popup_window_mode),
model_(new AutocompleteEditModel(this, controller, profile)),
controller_(controller),
toolbar_model_(toolbar_model),

Powered by Google App Engine
This is Rietveld 408576698