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

Unified Diff: content/common/permission_service.mojom

Issue 786063002: Revert of Implement HasPermission() method in PermissionService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content.gyp » ('j') | 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 47b1d19e3ef89a9610524c8b6e49ad5f9773ac53..b4c4006c9eb81c143570678daef45b872fbecb9a 100644
--- a/content/common/permission_service.mojom
+++ b/content/common/permission_service.mojom
@@ -4,7 +4,11 @@
module content;
-import "content/public/common/permission_status.mojom";
+enum PermissionStatus {
+ GRANTED,
+ DENIED,
+ ASK
+};
enum PermissionName {
GEOLOCATION,
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698