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

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: 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..448d2d02db64504bea541870a87191b16f1f7bfe 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 option string.
+ // Options are colon-separated strings which specify how the
+ // transport behaves. Normally this is only used for experimentation.
+ // Must be called before setDestination.
+ [nocompile] static void setOptions(DOMString options);
Alpha Left Google 2014/09/09 00:30:45 I think this should be an object instead of a stri
hubbe 2014/09/09 20:10:01 Done.
};
};

Powered by Google App Engine
This is Rietveld 408576698