Index: chrome/browser/ui/views/external_tab_container_win.h |
diff --git a/chrome/browser/ui/views/external_tab_container_win.h b/chrome/browser/ui/views/external_tab_container_win.h |
index 7f716770fc16acc010ac150f39e64c5399cf85ec..69ea200a34cbda0ad42c0921bf032b9e0bb7f8ed 100644 |
--- a/chrome/browser/ui/views/external_tab_container_win.h |
+++ b/chrome/browser/ui/views/external_tab_container_win.h |
@@ -130,11 +130,13 @@ class ExternalTabContainerWin : public ExternalTabContainer, |
const GURL& target_url, |
content::WebContents* new_contents) 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 bool TakeFocus(bool reverse) OVERRIDE; |
+ virtual bool TakeFocus(content::WebContents* source, bool reverse) OVERRIDE; |
virtual bool CanDownload(content::RenderViewHost* render_view_host, |
int request_id, |
const std::string& request_method) OVERRIDE; |