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 c915ae0ca0c9ab5d839e394992cba5703843b6c4..e5e021adbc51167e82b8a5274e1d3481ee624ea6 100644 |
--- a/ppapi/api/private/ppb_content_decryptor_private.idl |
+++ b/ppapi/api/private/ppb_content_decryptor_private.idl |
@@ -94,7 +94,8 @@ interface PPB_ContentDecryptor_Private { |
* <code>PP_VARTYPE_STRING</code> containing the session ID. |
* |
* @param[in] resource A <code>PP_Resource</code> corresponding to a |
- * <code>PPB_Buffer_Dev</code> resource that contains the message. |
+ * <code>PPB_Buffer_Dev</code> resource that contains the message. A 0 |
+ * resource is allowed which indicates an empty message. |
* |
* @param[in] default_url A <code>PP_Var</code> of type |
* <code>PP_VARTYPE_STRING</code> containing the default URL for the message. |