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 { |