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

Unified Diff: ppapi/cpp/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/cpp/url_loader.cc ('k') | ppapi/cpp/url_request_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/url_request_info.h
diff --git a/ppapi/cpp/url_request_info.h b/ppapi/cpp/url_request_info.h
index eabf91d7f7857b90ecf2d82faebdce281adb104e..25300858968c2a854fc256b90fcfc3e916c449b8 100644
--- a/ppapi/cpp/url_request_info.h
+++ b/ppapi/cpp/url_request_info.h
@@ -24,7 +24,7 @@ class URLRequestInfo : public Resource {
// PPB_URLRequestInfo methods:
bool SetProperty(PP_URLRequestProperty property, const Var& value);
- bool AppendDataToBody(const char* data, uint32_t len);
+ bool AppendDataToBody(const void* data, uint32_t len);
bool AppendFileToBody(const FileRef_Dev& file_ref,
PP_Time expected_last_modified_time = 0);
bool AppendFileRangeToBody(const FileRef_Dev& file_ref,
« no previous file with comments | « ppapi/cpp/url_loader.cc ('k') | ppapi/cpp/url_request_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698