Skip to content

added permission request handler#534

Open
felixlabrot wants to merge 1 commit intochromiumembedded:masterfrom
felixtech-msp:master
Open

added permission request handler#534
felixlabrot wants to merge 1 commit intochromiumembedded:masterfrom
felixtech-msp:master

Conversation

@felixlabrot
Copy link
Copy Markdown

Fixes #467

This change allows setting permissions in code like this:

client.addPermissionHandler(new CefPermissionHandlerAdapter() {{
    setPermission(CefPermissionRequestType.GEOLOCATION, true);
}});

All permissions currently supported by Chromium have been implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hope PermissionHandler support

1 participant