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

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: Now uses DictionaryValue 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
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..1b970da555488067ebf43e8f78f5944c56719aff 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);
};
};

Powered by Google App Engine
This is Rietveld 408576698