Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.h

Issue 239113007: <webview>: Move pointerLock permission to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_downloads_to_chrome
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/guestview/webview/webview_permission_types.h ('k') | content/browser/browser_plugin/browser_plugin_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698