fix: remember the render_process_id when permission requests occur on the IO thread (#13621)
Fixes #13620
This commit is contained in:
parent
376094fc0c
commit
addac43bbc
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ PlatformNotificationService::CheckPermissionOnIOThread(
|
|||
content::ResourceContext* resource_context,
|
||||
const GURL& origin,
|
||||
int render_process_id) {
|
||||
render_process_id_ = render_process_id;
|
||||
return blink::mojom::PermissionStatus::GRANTED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue