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

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: Fix unittests Created 6 years, 6 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 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;

Powered by Google App Engine
This is Rietveld 408576698