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

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

Issue 12645004: Add Resource Handler for creating Streams to forward to extensions (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase 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
Index: chrome/common/extensions/api/streams_private.json
diff --git a/chrome/common/extensions/api/streams_private.json b/chrome/common/extensions/api/streams_private.json
index fa0e30584d5c7b35e5b2b0df049a74b178a125e5..b27be43848baddcd3fb160be04e535d62031fa03 100644
--- a/chrome/common/extensions/api/streams_private.json
+++ b/chrome/common/extensions/api/streams_private.json
@@ -23,6 +23,11 @@
"name": "originalUrl",
"type": "string",
"description": "The original URL that was intercepted."
+ },
+ {
+ "name": "streamUrl",
+ "type": "string",
+ "description": "The URL that the stream can be read from."
}
]
}

Powered by Google App Engine
This is Rietveld 408576698