Index: chrome/browser/ui/extensions/shell_window.h |
diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h |
index 0a7a43ffe80681434da1d7e5af5a82a103abd914..2ea8d4fa6281d0f701014097555dc4e1907c3b66 100644 |
--- a/chrome/browser/ui/extensions/shell_window.h |
+++ b/chrome/browser/ui/extensions/shell_window.h |
@@ -156,6 +156,9 @@ class ShellWindow : public content::NotificationObserver, |
virtual void HandleKeyboardEvent( |
content::WebContents* source, |
const content::NativeWebKeyboardEvent& event) OVERRIDE; |
+ virtual void RequestToLockMouse(content::WebContents* web_contents, |
+ bool user_gesture, |
+ bool last_unlocked_by_target) OVERRIDE; |
// content::NotificationObserver implementation. |
virtual void Observe(int type, |