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

Unified Diff: chrome/common/chrome_plugin_util.h

Issue 27150: Make chrome_plugin_host.cc and chrome_plugin_util.cc compile on Posix. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 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: chrome/common/chrome_plugin_util.h
===================================================================
--- chrome/common/chrome_plugin_util.h (revision 10402)
+++ chrome/common/chrome_plugin_util.h (working copy)
@@ -64,7 +64,7 @@
// Common implementation of a CPR_GetResponseInfo call.
static int GetResponseInfo(
const net::HttpResponseHeaders* response_headers,
- CPResponseInfoType type, void* buf, uint32 buf_size);
+ CPResponseInfoType type, void* buf, size_t buf_size);
};
// Helper to allocate a string using the given CPB_Alloc function.

Powered by Google App Engine
This is Rietveld 408576698