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

Unified Diff: content/common/permission_service.mojom

Issue 819463002: Implement RevokePermission() method in PermissionService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase, fix todo comments Created 5 years, 11 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
Index: content/common/permission_service.mojom
diff --git a/content/common/permission_service.mojom b/content/common/permission_service.mojom
index dc80d24cb5e15a6626153d9f5c0a341854cdad1a..9dd952dbe44f50cb51fc7da655583380c45a8c32 100644
--- a/content/common/permission_service.mojom
+++ b/content/common/permission_service.mojom
@@ -21,4 +21,6 @@ interface PermissionService {
=> (PermissionStatus status);
RequestPermission(PermissionName permission, string origin, bool user_gesture)
=> (PermissionStatus status);
+ RevokePermission(PermissionName permission, string origin)
+ => (PermissionStatus status);
};
« no previous file with comments | « content/browser/permissions/permission_service_impl.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698