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

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

Issue 551883004: Cast: Let the extension control if DSCP is on or off. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 6 years, 3 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
« no previous file with comments | « chrome/common/cast_messages.h ('k') | chrome/renderer/extensions/cast_streaming_native_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/cast_streaming_udp_transport.idl
diff --git a/chrome/common/extensions/api/cast_streaming_udp_transport.idl b/chrome/common/extensions/api/cast_streaming_udp_transport.idl
index 11ca003db1c70876a39aed788344be49b804a55b..7532c6517fb6f055d5d965296acc28cbc9aa1e6e 100644
--- a/chrome/common/extensions/api/cast_streaming_udp_transport.idl
+++ b/chrome/common/extensions/api/cast_streaming_udp_transport.idl
@@ -26,5 +26,11 @@ namespace cast.streaming.udpTransport {
// |destination| : The address and port to send packets to.
[nocompile] static void setDestination(long transportId,
IPEndPoint destination);
+
+ // Sets the options.
+ // Attributes of this object will be used to activate optional
+ // behaviours in the transport. Normally this is only used for
+ // experimentation. Must be called before setDestination.
+ [nocompile] static void setOptions(object options);
};
};
« no previous file with comments | « chrome/common/cast_messages.h ('k') | chrome/renderer/extensions/cast_streaming_native_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698