Fix API changes
This commit is contained in:
parent
5e004b4c24
commit
38a211db2e
8 changed files with 19 additions and 24 deletions
|
@ -19,13 +19,13 @@ class PermissionManager : public content::PermissionManager {
|
|||
// content::PermissionManager:
|
||||
void RequestPermission(
|
||||
content::PermissionType permission,
|
||||
content::WebContents* web_contents,
|
||||
content::RenderFrameHost* render_frame_host,
|
||||
int request_id,
|
||||
const GURL& requesting_origin,
|
||||
bool user_gesture,
|
||||
const base::Callback<void(content::PermissionStatus)>& callback) override;
|
||||
void CancelPermissionRequest(content::PermissionType permission,
|
||||
content::WebContents* web_contents,
|
||||
content::RenderFrameHost* render_frame_host,
|
||||
int request_id,
|
||||
const GURL& requesting_origin) override;
|
||||
void ResetPermission(content::PermissionType permission,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue