Index: chrome/browser/ui/views/find_bar_host.h |
diff --git a/chrome/browser/ui/views/find_bar_host.h b/chrome/browser/ui/views/find_bar_host.h |
index c48215fd026e793936a2912d4fceab0fe87e841f..2f1d6d2362d6f22e3dd4b1a4e2174987fd011c53 100644 |
--- a/chrome/browser/ui/views/find_bar_host.h |
+++ b/chrome/browser/ui/views/find_bar_host.h |
@@ -127,9 +127,6 @@ class FindBarHost : public DropdownBarHost, |
// Allows implementation to tweak widget position. |
void GetWidgetPositionNative(gfx::Rect* avoid_overlapping_rect); |
- // Allows native implementation to prevent key events from being forwarded. |
- bool ShouldForwardKeyEventToWebpageNative(const ui::KeyEvent& key_event); |
- |
// Returns the FindBarView. |
FindBarView* find_bar_view() { return static_cast<FindBarView*>(view()); } |