Chromium Code Reviews| 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", |
|
Matt Perry
2013/03/01 22:15:16
these should all be javaScriptStyle as well. Since
Zachary Kuznia
2013/03/04 06:09:43
Actually, I meant to remove this API, since it's b
|
| + "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." |