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..a71561b602a26abc35f89d4dfa953c44fa8a6407 100644 |
--- a/chrome/common/extensions/api/file_browser_handler.json |
+++ b/chrome/common/extensions/api/file_browser_handler.json |
@@ -55,6 +55,11 @@ |
"description": "The MIME type of the intercepted URL request." |
}, |
{ |
+ "name": "original_url", |
+ "type": "string", |
+ "description": "The original URL that was intercepted." |
+ }, |
+ { |
"name": "content_url", |
"type": "string", |
"description": "The intercepted URL request. The handler should fetch and handle data referenced by the URL." |