Update to API changes of Chrome 52
This commit is contained in:
parent
8f7394a7b7
commit
4e9782897c
9 changed files with 50 additions and 50 deletions
|
@ -20,11 +20,11 @@ class PlatformNotificationService
|
|||
|
||||
protected:
|
||||
// content::PlatformNotificationService:
|
||||
blink::WebNotificationPermission CheckPermissionOnUIThread(
|
||||
blink::mojom::PermissionStatus CheckPermissionOnUIThread(
|
||||
content::BrowserContext* browser_context,
|
||||
const GURL& origin,
|
||||
int render_process_id) override;
|
||||
blink::WebNotificationPermission CheckPermissionOnIOThread(
|
||||
blink::mojom::PermissionStatus CheckPermissionOnIOThread(
|
||||
content::ResourceContext* resource_context,
|
||||
const GURL& origin,
|
||||
int render_process_id) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue