summaryrefslogtreecommitdiffstats
path: root/ppapi/c/ppb_url_response_info.h
diff options
context:
space:
mode:
authorneb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-14 05:52:23 +0000
committerneb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-14 05:52:23 +0000
commitb78806093a57c48917e709ea46b7ce1b2ab0f693 (patch)
tree6d4965f88bf2a791a1671177fe7bc23396287046 /ppapi/c/ppb_url_response_info.h
parent502b937c355c991645a3b88bf59d678862b7b8ff (diff)
downloadchromium_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_response_info.h')
-rw-r--r--ppapi/c/ppb_url_response_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/c/ppb_url_response_info.h b/ppapi/c/ppb_url_response_info.h
index 756e2f8..c0d8675 100644
--- a/ppapi/c/ppb_url_response_info.h
+++ b/ppapi/c/ppb_url_response_info.h
@@ -20,7 +20,7 @@ typedef enum {
} PP_URLResponseProperty;
PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_URLResponseProperty, 4);
-#define PPB_URLRESPONSEINFO_INTERFACE "PPB_URLResponseInfo;1.1"
+#define PPB_URLRESPONSEINFO_INTERFACE "PPB_URLResponseInfo;0.1"
struct PPB_URLResponseInfo {
// Returns PP_TRUE if the given resource is an URLResponseInfo. Returns