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>2010-12-15 20:52:45 +0000
committerneb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 20:52:45 +0000
commit22611c632574687325aa2ebeea896594fb83fbc3 (patch)
tree96371512316efd1b73a8ed3b0291fbc314f1ea6e /ppapi/c/ppb_url_response_info.h
parented875647795b7886bb90d2e289492df1c7da1cec (diff)
downloadchromium_src-22611c632574687325aa2ebeea896594fb83fbc3.zip
chromium_src-22611c632574687325aa2ebeea896594fb83fbc3.tar.gz
chromium_src-22611c632574687325aa2ebeea896594fb83fbc3.tar.bz2
Resource width 64->32 change.
Mostly done by bbudge. BUG=none TEST=ppapi_include_tests.py Review URL: http://codereview.chromium.org/5837001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69309 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 e9cec29..f64e598 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