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

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

Issue 185663002: Pass http response headers to the streamsPrivate API callback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/streams_private.idl
diff --git a/chrome/common/extensions/api/streams_private.idl b/chrome/common/extensions/api/streams_private.idl
index f81d99de8a96e41763693f3111d13b3e93987dbb..e566def37e510593e2fb326354d3edb584554377 100644
--- a/chrome/common/extensions/api/streams_private.idl
+++ b/chrome/common/extensions/api/streams_private.idl
@@ -21,6 +21,9 @@ namespace streamsPrivate {
// The amount of data the Stream should contain, if known. If there is no
// information on the size it will be -1.
long expectedContentSize;
+
+ // The HTTP response headers of the intercepted request.
+ DOMString responseHeaders;
not at google - send to devlin 2014/03/05 23:02:38 should this be a list of strings?
};
interface Events {

Powered by Google App Engine
This is Rietveld 408576698