| Index: content/browser/permissions/permission_service_impl.h
|
| diff --git a/content/browser/permissions/permission_service_impl.h b/content/browser/permissions/permission_service_impl.h
|
| index c67ae88ef1d1fa3e5094a5ebcb99d7ee004a12de..a3887d8619cd3dbd450b6ecb54610f5d03f2f6cf 100644
|
| --- a/content/browser/permissions/permission_service_impl.h
|
| +++ b/content/browser/permissions/permission_service_impl.h
|
| @@ -60,6 +60,10 @@ class PermissionServiceImpl : public mojo::InterfaceImpl<PermissionService> {
|
| int request_id,
|
| bool allowed);
|
|
|
| + void OnHasPermissionResponse(
|
| + const mojo::Callback<void(PermissionStatus)>& callback,
|
| + bool allowed);
|
| +
|
| RequestsMap pending_requests_;
|
| // context_ owns |this|.
|
| PermissionServiceContext* context_;
|
|
|