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

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

Issue 797183005: Add a mimeHandler extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@streams-lifetime
Patch Set: debug logspam Created 5 years, 11 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 | « chrome/browser/resources/pdf/pdf.js ('k') | chrome/common/extensions/api/_manifest_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 3850d54089ab72315964137f1628fef822428864..f28c5f7dee3deddfae1d85b74b0bd760bc1b7e07 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -527,6 +527,10 @@
"dependencies": ["permission:mdns"],
"contexts": ["blessed_extension"]
},
+ "mimeHandlerPrivate": {
benwells 2015/01/19 01:08:37 How come this is at the chrome level, but the API
Sam McNally 2015/01/19 04:29:57 Moved this along with mime_types_handler into exte
+ "dependencies": ["manifest:mime_types_handler"],
+ "contexts": ["blessed_extension"]
+ },
"mimeHandlerViewGuestInternal": {
"internal": true,
"contexts": "all",
« no previous file with comments | « chrome/browser/resources/pdf/pdf.js ('k') | chrome/common/extensions/api/_manifest_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698