Index: chrome/browser/extensions/extension_host.h |
diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h |
index f3c135220d9197df91586ef8b2e6f250d7e23c2b..94bdd5a53df5b9b3da6c0980147be4baa913494c 100644 |
--- a/chrome/browser/extensions/extension_host.h |
+++ b/chrome/browser/extensions/extension_host.h |
@@ -145,9 +145,11 @@ class ExtensionHost : public content::WebContentsDelegate, |
content::WebContents* source, |
const content::OpenURLParams& params) 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; |
virtual void ResizeDueToAutoResize(content::WebContents* source, |
const gfx::Size& new_size) OVERRIDE; |
@@ -196,6 +198,7 @@ class ExtensionHost : public content::WebContentsDelegate, |
// Platform specific implementation may override this method to handle the |
// event in platform specific way. |
virtual void UnhandledKeyboardEvent( |
+ content::WebContents* source, |
const content::NativeWebKeyboardEvent& event); |
// Returns true if we're hosting a background page. |