Chromium Code Reviews| 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 { |