Index: ppapi/api/private/ppb_content_decryptor_private.idl |
diff --git a/ppapi/api/private/ppb_content_decryptor_private.idl b/ppapi/api/private/ppb_content_decryptor_private.idl |
index f022b7d892c2a586944ff23aaaf40eb68705e32a..381a0aa561270c5f6d70ced5bcf1b4c54d156044 100644 |
--- a/ppapi/api/private/ppb_content_decryptor_private.idl |
+++ b/ppapi/api/private/ppb_content_decryptor_private.idl |
@@ -12,7 +12,7 @@ |
[generate_thunk] |
label Chrome { |
- M34 = 0.10 |
+ M35 = 0.11 |
xhwang
2014/03/01 02:11:30
dmichael: I am not sure whether I should change M3
|
}; |
/** |
@@ -114,7 +114,7 @@ interface PPB_ContentDecryptor_Private { |
[in] PP_Instance instance, |
[in] uint32_t session_id, |
[in] int32_t media_error, |
- [in] int32_t system_code); |
+ [in] uint32_t system_code); |
/** |
* Called after the <code>Decrypt()</code> method on the |