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

Unified Diff: chrome/browser/cocoa/location_bar_view_mac.mm

Issue 173439: [Mac] The autocomplete popup now gets its position from the toolbar controlle... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 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/cocoa/location_bar_view_mac.mm
===================================================================
--- chrome/browser/cocoa/location_bar_view_mac.mm (revision 24441)
+++ chrome/browser/cocoa/location_bar_view_mac.mm (working copy)
@@ -46,11 +46,12 @@
} // namespace
LocationBarViewMac::LocationBarViewMac(AutocompleteTextField* field,
+ AutocompletePopupPositioner* positioner,
CommandUpdater* command_updater,
ToolbarModel* toolbar_model,
Profile* profile)
- : edit_view_(new AutocompleteEditViewMac(this, toolbar_model, profile,
- command_updater, field)),
+ : edit_view_(new AutocompleteEditViewMac(this, positioner, toolbar_model,
+ profile, command_updater, field)),
command_updater_(command_updater),
field_(field),
disposition_(CURRENT_TAB),
« no previous file with comments | « chrome/browser/cocoa/location_bar_view_mac.h ('k') | chrome/browser/cocoa/location_bar_view_mac_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698