add spec for new permissions
This commit is contained in:
parent
2a278ceb8f
commit
f7556de9fb
12 changed files with 61 additions and 10 deletions
|
@ -24,7 +24,9 @@ class AtomPermissionManager : public content::PermissionManager {
|
|||
base::Callback<void(content::PermissionType,
|
||||
const ResponseCallback&)>;
|
||||
|
||||
// Handler to dispatch permission requests in JS.
|
||||
void SetPermissionRequestHandler(int id, const RequestHandler& handler);
|
||||
|
||||
void RequestPermission(
|
||||
content::PermissionType permission,
|
||||
content::RenderFrameHost* render_frame_host,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue