summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-24 21:20:55 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-24 21:20:55 +0000
commitc33aa0f25913503d27d5da14f222ff40383c75a2 (patch)
tree37b1effa95d786a2dd8e952f90be6b29790128a7
parentdf722f89f5ad78156319c5a0ff071641a205a78d (diff)
downloadchromium_src-c33aa0f25913503d27d5da14f222ff40383c75a2.zip
chromium_src-c33aa0f25913503d27d5da14f222ff40383c75a2.tar.gz
chromium_src-c33aa0f25913503d27d5da14f222ff40383c75a2.tar.bz2
fix toolkit_views compile due to AutocompleteEditViewGtk change.
TBR=estade Review URL: http://codereview.chromium.org/159367 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21579 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/views/location_bar_view.cc1
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 e32d4a97..53e2804 100644
--- a/chrome/browser/views/location_bar_view.cc
+++ b/chrome/browser/views/location_bar_view.cc
@@ -158,6 +158,7 @@ void LocationBarView::Init() {
#else
location_entry_.reset(new AutocompleteEditViewGtk(this, model_, profile_,
command_updater_,
+ popup_window_mode_,
popup_positioner_));
location_entry_->Init();
// Make all the children of the widget visible. NOTE: this won't display