| 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 2d3badaa9a225760c474a66f5148ae817ce18ced..53e0eb985cf1111c62f8f1fc8b7f11363b117952 100644
|
| --- a/chrome/common/extensions/api/streams_private.idl
|
| +++ b/chrome/common/extensions/api/streams_private.idl
|
| @@ -14,9 +14,11 @@ namespace streamsPrivate {
|
| // The URL that the stream can be read from.
|
| DOMString streamUrl;
|
|
|
| - // The ID of the tab that opened the stream. If the stream is not opened in
|
| - // a tab, it will be -1.
|
| - long tabId;
|
| + // The ID of the tab that opened the stream.
|
| + long? tabId;
|
| +
|
| + // The ID of the view that will render the stream.
|
| + DOMString? viewId;
|
|
|
| // The amount of data the Stream should contain, if known. If there is no
|
| // information on the size it will be -1.
|
|
|