diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-16 04:56:06 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-16 04:56:06 +0000 |
commit | 6c14b76fede6abc592d9d65965fbdf4626e83efe (patch) | |
tree | a883217d4a1eee49750954f851188c5ca6fa6308 /chrome/browser/cocoa/location_bar_view_mac.mm | |
parent | eaf93d40a1230139c2e5b8b0772930f8a4aa3660 (diff) | |
download | chromium_src-6c14b76fede6abc592d9d65965fbdf4626e83efe.zip chromium_src-6c14b76fede6abc592d9d65965fbdf4626e83efe.tar.gz chromium_src-6c14b76fede6abc592d9d65965fbdf4626e83efe.tar.bz2 |
[Mac] Refactor location-bar autocomplete cell classes.
LocationBarCell -> AutocompleteTextFieldCell.
LocationBarFieldEditor -> AutocompleteTextFieldEditor.
AutocompleteTextField added as placeholder for future work (hints and
keyword search).
Review URL: http://codereview.chromium.org/149717
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20853 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/location_bar_view_mac.mm')
-rw-r--r-- | chrome/browser/cocoa/location_bar_view_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/location_bar_view_mac.mm b/chrome/browser/cocoa/location_bar_view_mac.mm index 4409ba6..edbd4a5 100644 --- a/chrome/browser/cocoa/location_bar_view_mac.mm +++ b/chrome/browser/cocoa/location_bar_view_mac.mm @@ -15,7 +15,7 @@ // TODO(shess): This code is mostly copied from the gtk // implementation. Make sure it's all appropriate and flesh it out. -LocationBarViewMac::LocationBarViewMac(NSTextField* field, +LocationBarViewMac::LocationBarViewMac(AutocompleteTextField* field, CommandUpdater* command_updater, ToolbarModel* toolbar_model, Profile* profile) |