| 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."
|
| - }
|
| - ]
|
| }
|
| ],
|
|
|
|
|