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

Unified Diff: ppapi/c/ppb_url_request_info.h

Issue 6711047: Fix up some types in the API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: static_cast and header order Created 9 years, 9 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 | « ppapi/c/ppb_url_loader.h ('k') | ppapi/c/private/ppb_flash_net_connector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_url_request_info.h
diff --git a/ppapi/c/ppb_url_request_info.h b/ppapi/c/ppb_url_request_info.h
index 441a02ca3622b0b037d5d87034f54cf99e38bd17..aad1c9eb554f1a525507a5d1c90956f5eb9cefc9 100644
--- a/ppapi/c/ppb_url_request_info.h
+++ b/ppapi/c/ppb_url_request_info.h
@@ -87,7 +87,7 @@ struct PPB_URLRequestInfo {
//
// Returns PP_FALSE if any of the parameters are invalid, PP_TRUE on success.
PP_Bool (*AppendDataToBody)(PP_Resource request,
- const char* data,
+ const void* data,
uint32_t len);
// Append a file reference to be uploaded.
« no previous file with comments | « ppapi/c/ppb_url_loader.h ('k') | ppapi/c/private/ppb_flash_net_connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698