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

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

Issue 2409073002: Use mojo from the PDF extension instead of using an extension API.
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 | « extensions/common/api/BUILD.gn ('k') | extensions/common/api/mime_handler_private.idl » ('j') | no next file with comments »
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..7baee5e11f8b533adff5739aabddc2eefd1fad05 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -230,11 +230,7 @@
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app", "platform_app"]
},
- "mimeHandlerPrivate": {
- "dependencies": ["manifest:mime_types_handler"],
- "contexts": ["blessed_extension"]
- },
- "mojoPrivate": {
+ "mojoPrivate": [{
"contexts": ["blessed_extension"],
"channel": "stable",
"extension_types": ["platform_app", "extension"],
@@ -245,7 +241,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 | « extensions/common/api/BUILD.gn ('k') | extensions/common/api/mime_handler_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698