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

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: Mo' fixes 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
Index: ppapi/cpp/url_request_info.h
diff --git a/ppapi/cpp/url_request_info.h b/ppapi/cpp/url_request_info.h
index c1cda4ebe1c33140e5d2b052c5bf05e52a9352ad..d655ec9526f34e81af8d163d7c65990b6c5f95e6 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,

Powered by Google App Engine
This is Rietveld 408576698