Index: trunk/src/ppapi/api/ppb_url_loader.idl |
=================================================================== |
--- trunk/src/ppapi/api/ppb_url_loader.idl (revision 194616) |
+++ trunk/src/ppapi/api/ppb_url_loader.idl (working copy) |
@@ -8,8 +8,6 @@ |
* URLs. |
*/ |
-[generate_thunk] |
- |
label Chrome { |
M14 = 1.0 |
}; |
@@ -118,7 +116,6 @@ |
* @return <code>PP_TRUE</code> if the upload progress is available, |
* <code>PP_FALSE</code> if it is not available. |
*/ |
- [always_set_output_parameters] |
PP_Bool GetUploadProgress( |
[in] PP_Resource loader, |
[out] int64_t bytes_sent, |
@@ -143,7 +140,6 @@ |
* @return <code>PP_TRUE</code> if the download progress is available, |
* <code>PP_FALSE</code> if it is not available. |
*/ |
- [always_set_output_parameters] |
PP_Bool GetDownloadProgress( |
[in] PP_Resource loader, |
[out] int64_t bytes_received, |