| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index f3e3e5f8670a3d4b2fc8f72c1650d660f86ee367..d07848efb5e934cef4758abb96180e97262e557e 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -314,6 +314,8 @@ class CONTENT_EXPORT BrowserPluginGuest
|
|
|
| void SetZoom(double zoom_factor);
|
|
|
| + void PointerLockPermissionResponse(bool allow);
|
| +
|
| private:
|
| class EmbedderWebContentsObserver;
|
| friend class TestBrowserPluginGuest;
|
| @@ -322,7 +324,6 @@ class CONTENT_EXPORT BrowserPluginGuest
|
| class JavaScriptDialogRequest;
|
| class NewWindowRequest;
|
| class PermissionRequest;
|
| - class PointerLockRequest;
|
|
|
| // Tracks the name, and target URL of the new window and whether or not it has
|
| // changed since the WebContents has been created and before the new window
|
|
|