| 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 69d48f17a137ce6fcae90bbacea1cf5204ef189f..f7dacf9c34c3c727d7661abc7b3fc6b9e581a5da 100644
|
| --- a/chrome/common/extensions/api/streams_private.idl
|
| +++ b/chrome/common/extensions/api/streams_private.idl
|
| @@ -18,6 +18,10 @@ namespace streamsPrivate {
|
| // a tab, it will be -1.
|
| long tabId;
|
|
|
| + // The ID of the view that will render the stream, if the viewer was opened
|
| + // in a plugin.
|
| + DOMString? viewId;
|
| +
|
| // The amount of data the Stream should contain, if known. If there is no
|
| // information on the size it will be -1.
|
| long expectedContentSize;
|
|
|