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

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..87ed706468b0c47eacb2432a9a6e61591add91eb 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 itercepted request.
Zachary Kuznia 2014/03/04 00:48:55 nit: intercepted
raymes 2014/03/05 02:57:47 Done.
+ DOMString responseHeaders;
};
interface Events {

Powered by Google App Engine
This is Rietveld 408576698