Index: chrome/browser/autocomplete/autocomplete_edit_view_mac.mm |
=================================================================== |
--- chrome/browser/autocomplete/autocomplete_edit_view_mac.mm (revision 27114) |
+++ chrome/browser/autocomplete/autocomplete_edit_view_mac.mm (working copy) |
@@ -550,10 +550,6 @@ |
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()); |