| Index: ppapi/api/private/pp_content_decryptor.idl
|
| diff --git a/ppapi/api/private/pp_content_decryptor.idl b/ppapi/api/private/pp_content_decryptor.idl
|
| index 16be86edbf202f02cd1a09cc5021192b01ddd854..76f73401b4abce3bcf4738c26a24d70f93d0c56c 100644
|
| --- a/ppapi/api/private/pp_content_decryptor.idl
|
| +++ b/ppapi/api/private/pp_content_decryptor.idl
|
| @@ -399,3 +399,12 @@ enum PP_DecryptorStreamType {
|
| PP_DECRYPTORSTREAMTYPE_AUDIO = 0,
|
| PP_DECRYPTORSTREAMTYPE_VIDEO = 1
|
| };
|
| +
|
| +/**
|
| + * <code>PP_SessionType</code> contains session type constants.
|
| + */
|
| +[assert_size(4)]
|
| +enum PP_SessionType {
|
| + PP_SESSIONTYPE_TEMPORARY = 0,
|
| + PP_SESSIONTYPE_PERSISTENT = 1
|
| +};
|
|
|