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

Unified Diff: content/public/common/permission_status.mojom

Issue 750633003: Implement HasPermission() method in PermissionService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed comments, switched to use BrowserContext, passing PermissionStatus in callback Created 6 years, 1 month 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/public/common/permission_status.mojom
diff --git a/mojo/public/interfaces/bindings/tests/no_module.mojom b/content/public/common/permission_status.mojom
similarity index 71%
copy from mojo/public/interfaces/bindings/tests/no_module.mojom
copy to content/public/common/permission_status.mojom
index f3800112904ec7413c2412ce4cf1ac3ab48d24be..f7e56bfab19cdbc096cb41eadab2dd099d3b097b 100644
--- a/mojo/public/interfaces/bindings/tests/no_module.mojom
+++ b/content/public/common/permission_status.mojom
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Entities without module
+module content;
mlamouri (slow - plz ping) 2014/11/24 19:06:01 nit: upload this CL with --no-find-copies, otherwi
timvolodine 2014/11/27 17:53:42 Done.
-enum EnumWithoutModule {
- A
+enum PermissionStatus {
+ GRANTED,
+ DENIED,
+ ASK
};
« content/public/browser/content_browser_client.cc ('K') | « content/public/common/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698