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 a367e568fd6200eae5404c19ac34e5ac3995f1ab..b45eaab825b5f6e959b8c96710eabcef57ea6091 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, |