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

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: Check audio only policy against client auth certificate part of the response 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..b0153f1e2808590f07658f0c7f29888d2ee07cb9 100644
--- a/extensions/common/api/cast_channel.idl
+++ b/extensions/common/api/cast_channel.idl
@@ -73,6 +73,9 @@ namespace cast.channel {
// The authentication method required for the channel.
ChannelAuthType auth;
+
+ // If set, a bit mask describing capability of the cast device.
mark a. foltz 2015/01/12 22:01:57 A more self documenting API would accept an array
vadimgo 2015/01/13 00:08:27 Now refer to the mask type in the comment.
+ long? capabilities;
};
// Describes the state of a channel to a Cast receiver.

Powered by Google App Engine
This is Rietveld 408576698