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

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

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.h
===================================================================
--- chrome/browser/cocoa/location_bar_view_mac.h (revision 24441)
+++ chrome/browser/cocoa/location_bar_view_mac.h (working copy)
@@ -13,6 +13,7 @@
#include "chrome/browser/autocomplete/autocomplete_edit_view_mac.h"
#include "chrome/browser/location_bar.h"
+class AutocompletePopupPositioner;
@class AutocompleteTextField;
class CommandUpdater;
class Profile;
@@ -27,6 +28,7 @@
public LocationBarTesting {
public:
LocationBarViewMac(AutocompleteTextField* field,
+ AutocompletePopupPositioner* positioner,
CommandUpdater* command_updater,
ToolbarModel* toolbar_model,
Profile* profile);
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_popup_view_mac.mm ('k') | chrome/browser/cocoa/location_bar_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698