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

Unified Diff: chrome/common/extensions/api/streams_private.idl

Issue 263513004: Forward MIME types to BrowserPlugin when a viewer is specified. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fixes Created 6 years, 7 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 2d3badaa9a225760c474a66f5148ae817ce18ced..3b8942ea71013a163b031e0f90279397114ebe48 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;

Powered by Google App Engine
This is Rietveld 408576698