diff options
author | neb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-14 05:52:23 +0000 |
---|---|---|
committer | neb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-14 05:52:23 +0000 |
commit | b78806093a57c48917e709ea46b7ce1b2ab0f693 (patch) | |
tree | 6d4965f88bf2a791a1671177fe7bc23396287046 /ppapi/c/ppb_url_request_info.h | |
parent | 502b937c355c991645a3b88bf59d678862b7b8ff (diff) | |
download | chromium_src-b78806093a57c48917e709ea46b7ce1b2ab0f693.zip chromium_src-b78806093a57c48917e709ea46b7ce1b2ab0f693.tar.gz chromium_src-b78806093a57c48917e709ea46b7ce1b2ab0f693.tar.bz2 |
Revert of revert 69309 - switch handles to 32 bit in PPAPI.
David Sehr helped me get the NaCl side working so I'll try to land this again.
Previous CL at http://codereview.chromium.org/5837001
BUG=69474
TEST=compiles
Review URL: http://codereview.chromium.org/6231003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71419 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/ppb_url_request_info.h')
-rw-r--r-- | ppapi/c/ppb_url_request_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/c/ppb_url_request_info.h b/ppapi/c/ppb_url_request_info.h index f18ee52..de7e3da 100644 --- a/ppapi/c/ppb_url_request_info.h +++ b/ppapi/c/ppb_url_request_info.h @@ -35,7 +35,7 @@ typedef enum { } PP_URLRequestProperty; PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_URLRequestProperty, 4); -#define PPB_URLREQUESTINFO_INTERFACE "PPB_URLRequestInfo;1.1" +#define PPB_URLREQUESTINFO_INTERFACE "PPB_URLRequestInfo;0.1" struct PPB_URLRequestInfo { // Create a new URLRequestInfo object. Returns 0 if the module is invalid. |