| Index: chrome/browser/ui/views/dropdown_bar_host.h
|
| diff --git a/chrome/browser/ui/views/dropdown_bar_host.h b/chrome/browser/ui/views/dropdown_bar_host.h
|
| index e37f5bda5458e4ec16111de66b54438e7c1b8197..bdba7a11596498bfad1225e59dea9f182feb6e32 100644
|
| --- a/chrome/browser/ui/views/dropdown_bar_host.h
|
| +++ b/chrome/browser/ui/views/dropdown_bar_host.h
|
| @@ -145,11 +145,6 @@ class DropdownBarHost : public ui::AcceleratorTarget,
|
| // Allows implementation to tweak widget position.
|
| void SetWidgetPositionNative(const gfx::Rect& new_pos, bool no_redraw);
|
|
|
| - // Returns a keyboard event suitable for forwarding.
|
| - content::NativeWebKeyboardEvent GetKeyboardEvent(
|
| - const content::WebContents* contents,
|
| - const ui::KeyEvent& key_event);
|
| -
|
| // Returns the animation for the dropdown.
|
| gfx::SlideAnimation* animation() {
|
| return animation_.get();
|
|
|