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

Unified Diff: content/common/permission_service.mojom

Issue 750633003: Implement HasPermission() method in PermissionService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add dependencies to content_app, content_child and content_ppapi_plugin Created 6 years 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 b4c4006c9eb81c143570678daef45b872fbecb9a..47b1d19e3ef89a9610524c8b6e49ad5f9773ac53 100644
--- a/content/common/permission_service.mojom
+++ b/content/common/permission_service.mojom
@@ -4,11 +4,7 @@
module content;
-enum PermissionStatus {
- GRANTED,
- DENIED,
- ASK
-};
+import "content/public/common/permission_status.mojom";
enum PermissionName {
GEOLOCATION,

Powered by Google App Engine
This is Rietveld 408576698