Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1935)

Unified Diff: content/common/permission_service.mojom

Issue 1260193009: renderer: implement multiple permission requesting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permissions-request-multiple
Patch Set: Address review comments Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/permissions/permission_dispatcher_thread_proxy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/permission_service.mojom
diff --git a/content/common/permission_service.mojom b/content/common/permission_service.mojom
index 6f39fb922f13bcceeb502bfc332aa38633cbb761..5a6178793c5def6affd9212b9ece19c2fb720c89 100644
--- a/content/common/permission_service.mojom
+++ b/content/common/permission_service.mojom
@@ -26,6 +26,8 @@ interface PermissionService {
=> (PermissionStatus status);
RequestPermission(PermissionName permission, string origin, bool user_gesture)
=> (PermissionStatus status);
+ RequestPermissions(array<PermissionName> permission, string origin, bool user_gesture)
+ => (array<PermissionStatus> statuses);
RevokePermission(PermissionName permission, string origin)
=> (PermissionStatus status);
« no previous file with comments | « content/child/permissions/permission_dispatcher_thread_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698