| Index: chrome/browser/autocomplete/autocomplete_edit_view_mac.mm
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_edit_view_mac.mm (revision 27081)
|
| +++ chrome/browser/autocomplete/autocomplete_edit_view_mac.mm (working copy)
|
| @@ -550,6 +550,10 @@
|
| return field_;
|
| }
|
|
|
| +gfx::NativeView AutocompleteEditViewMac::GetFocusNativeView() const {
|
| + return field_;
|
| +}
|
| +
|
| void AutocompleteEditViewMac::OnUpOrDownKeyPressed(bool up, bool by_page) {
|
| // We should only arrive here when the field is focussed.
|
| DCHECK(IsFirstResponder());
|
|
|