diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-30 00:38:38 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-30 00:38:38 +0000 |
commit | 1869411883c8ac422315fa702e3403df95bb0a3f (patch) | |
tree | 7983bb6c51bcca7b8102c6460e7bc2edee62a3f7 /chrome/browser/views/location_bar_view.cc | |
parent | fe44a4cacc61eecda10d67f6dc11aa3f5f31189f (diff) | |
download | chromium_src-1869411883c8ac422315fa702e3403df95bb0a3f.zip chromium_src-1869411883c8ac422315fa702e3403df95bb0a3f.tar.gz chromium_src-1869411883c8ac422315fa702e3403df95bb0a3f.tar.bz2 |
Fixes to make a browser window come up with TOOLKIT_VIEWS.
TBR=sky
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/116007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17271 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/location_bar_view.cc')
-rw-r--r-- | chrome/browser/views/location_bar_view.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/views/location_bar_view.cc b/chrome/browser/views/location_bar_view.cc index 0aa957f..1138645 100644 --- a/chrome/browser/views/location_bar_view.cc +++ b/chrome/browser/views/location_bar_view.cc @@ -155,6 +155,7 @@ void LocationBarView::Init() { location_entry_.reset(new AutocompleteEditViewGtk(this, model_, profile_, command_updater_, popup_positioner_)); + location_entry_->Init(); #endif location_entry_view_ = new views::NativeViewHost; location_entry_view_->SetID(VIEW_ID_AUTOCOMPLETE); |