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

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

Issue 12381035: Move Mime type handling to streamsPrivate API, so that it works on Desktop Chrome. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Initialize test variable Created 7 years, 9 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/common/extensions/api/extension_api.cc ('k') | chrome/common/extensions/api/streams_private.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/file_browser_handler.json
diff --git a/chrome/common/extensions/api/file_browser_handler.json b/chrome/common/extensions/api/file_browser_handler.json
index 20fd92bb4592a2004ca9b9b7c9cc16fbd14ff588..2eb694c156975ec3185e95b88140c48f80628f69 100644
--- a/chrome/common/extensions/api/file_browser_handler.json
+++ b/chrome/common/extensions/api/file_browser_handler.json
@@ -43,23 +43,6 @@
"description": "File handler execute event details."
}
]
- },
- {
- "name": "onExecuteContentHandler",
- "type": "function",
- "description": "Fired when a resource is fetched which matches a mime type handled by this extension. The resource request is cancelled, and the extension is expected to handle the request. The event is restricted to a small number of white-listed fileBrowserHandlers.",
- "parameters": [
- {
- "name": "mime_type",
- "type": "string",
- "description": "The MIME type of the intercepted URL request."
- },
- {
- "name": "content_url",
- "type": "string",
- "description": "The intercepted URL request. The handler should fetch and handle data referenced by the URL."
- }
- ]
}
],
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | chrome/common/extensions/api/streams_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698