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

Unified Diff: trunk/src/ppapi/api/ppb_url_loader.idl

Issue 14195008: Revert 194613 "Pepper: Autogenerate thunk for PPB_URL_Loader." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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
« no previous file with comments | « trunk/src/ppapi/api/ppb_gamepad.idl ('k') | trunk/src/ppapi/api/trusted/ppb_url_loader_trusted.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « trunk/src/ppapi/api/ppb_gamepad.idl ('k') | trunk/src/ppapi/api/trusted/ppb_url_loader_trusted.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698