Index: apps/shell_window.h |
diff --git a/apps/shell_window.h b/apps/shell_window.h |
index 86dafb558f014697e6326b167797218812bc7f21..e833f757dba84d22178add88a8cbe7edebcf8d5a 100644 |
--- a/apps/shell_window.h |
+++ b/apps/shell_window.h |
@@ -374,6 +374,10 @@ class ShellWindow : public content::NotificationObserver, |
const gfx::Rect& initial_pos, |
bool user_gesture, |
bool* was_blocked) OVERRIDE; |
+ virtual bool PreHandleKeyboardEvent( |
+ content::WebContents* source, |
+ const content::NativeWebKeyboardEvent& event, |
+ bool* is_keyboard_shortcut) OVERRIDE; |
virtual void HandleKeyboardEvent( |
content::WebContents* source, |
const content::NativeWebKeyboardEvent& event) OVERRIDE; |