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: extensions/common/api/cast_channel.idl

Issue 807723004: Cast audio only policy enforcement support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review changes Created 5 years, 11 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: extensions/common/api/cast_channel.idl
diff --git a/extensions/common/api/cast_channel.idl b/extensions/common/api/cast_channel.idl
index 57a3abdeabec55efc4d43fb0f8443c9e29939093..f74ebf267494750035e6fb33718f4d832249a129 100644
--- a/extensions/common/api/cast_channel.idl
+++ b/extensions/common/api/cast_channel.idl
@@ -73,6 +73,10 @@ namespace cast.channel {
// The authentication method required for the channel.
ChannelAuthType auth;
+
+ // If set, CastDeviceCapability bitmask values describing capability of the
+ // cast device.
+ long? capabilities;
};
// Describes the state of a channel to a Cast receiver.

Powered by Google App Engine
This is Rietveld 408576698