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

Unified Diff: content/public/common/BUILD.gn

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/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index 792a414aa413d374184fb7be3ca50eb99c9b4ee6..b8857c2617d56ed0a7f2cf065aae680e8e97c368 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -49,5 +49,6 @@ source_set("common_sources") {
mojom("mojo_bindings") {
sources = [
"mojo_geoposition.mojom",
+ "permission_status.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698