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

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

Issue 376033002: Adding MimeHandlerView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pending-zork-patch2
Patch Set: add switch to control feature, remove a DCHECK from extension_message_filter Created 6 years, 3 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
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"]

Powered by Google App Engine
This is Rietveld 408576698