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

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

Issue 12212031: Add support for redirecting ResourceHandlers to a blob: URL (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Code review fixes Created 7 years, 10 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/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."

Powered by Google App Engine
This is Rietveld 408576698