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 f0b174ca66eabde457c8b45c1bf19bd20f9d335c..7bd03b4251e57399cff2103024a215af51ce2dca 100644 |
--- a/chrome/common/extensions/api/_api_features.json |
+++ b/chrome/common/extensions/api/_api_features.json |
@@ -588,6 +588,12 @@ |
"dependencies": ["permission:mdns"], |
"contexts": ["blessed_extension"] |
}, |
+ "mimeHandlerViewGuestInternal": { |
+ "internal": true, |
+ "contexts": "all", |
+ "channel": "dev", |
+ "matches": ["<all_urls>"] |
+ }, |
"musicManagerPrivate": { |
"dependencies": ["permission:musicManagerPrivate"], |
"contexts": ["blessed_extension"] |