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

Unified Diff: extensions/common/api/_api_features.json

Issue 2412783002: Only inject mojo builtins to contexts with the mojoPrivate API feature. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | extensions/renderer/module_system.cc » ('j') | extensions/renderer/module_system.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index e2412b7f78bc253966a3459cbfc450242105f623..983cbb187f3498bb051322ed1409f1c6a2564bf6 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -234,7 +234,7 @@
"dependencies": ["manifest:mime_types_handler"],
"contexts": ["blessed_extension"]
},
- "mojoPrivate": {
+ "mojoPrivate": [{
"contexts": ["blessed_extension"],
"channel": "stable",
"extension_types": ["platform_app", "extension"],
@@ -245,7 +245,10 @@
"BFEE2E3B80BE21A645E63E9346DFC383E7CB3BDA",
"63ED55E43214C211F82122ED56407FF1A807F2A3"
]
- },
+ }, {
+ "dependencies": ["manifest:mime_types_handler"],
+ "contexts": ["blessed_extension"]
+ }],
"networking.config": {
"dependencies": ["permission:networking.config"],
"contexts": ["blessed_extension"]
« no previous file with comments | « no previous file | extensions/renderer/module_system.cc » ('j') | extensions/renderer/module_system.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698