diff options
Diffstat (limited to 'chrome/browser/views/find_bar_host_gtk.cc')
-rwxr-xr-x | chrome/browser/views/find_bar_host_gtk.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/views/find_bar_host_gtk.cc b/chrome/browser/views/find_bar_host_gtk.cc index 6a0989d..2a08e32 100755 --- a/chrome/browser/views/find_bar_host_gtk.cc +++ b/chrome/browser/views/find_bar_host_gtk.cc @@ -71,3 +71,8 @@ NativeWebKeyboardEvent FindBarHost::GetKeyboardEvent( return NativeWebKeyboardEvent(key_stroke.event()); } +bool FindBarHost::ShouldForwardKeystrokeToWebpageNative( + const views::Textfield::Keystroke& key_stroke) { + return true; +} + |