diff options
author | neb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-15 20:52:45 +0000 |
---|---|---|
committer | neb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-15 20:52:45 +0000 |
commit | 22611c632574687325aa2ebeea896594fb83fbc3 (patch) | |
tree | 96371512316efd1b73a8ed3b0291fbc314f1ea6e /ppapi/c/trusted/ppb_url_loader_trusted.h | |
parent | ed875647795b7886bb90d2e289492df1c7da1cec (diff) | |
download | chromium_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/trusted/ppb_url_loader_trusted.h')
-rw-r--r-- | ppapi/c/trusted/ppb_url_loader_trusted.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/c/trusted/ppb_url_loader_trusted.h b/ppapi/c/trusted/ppb_url_loader_trusted.h index 4e027f9..a9b15cf 100644 --- a/ppapi/c/trusted/ppb_url_loader_trusted.h +++ b/ppapi/c/trusted/ppb_url_loader_trusted.h @@ -9,7 +9,7 @@ #include "ppapi/c/pp_resource.h" #include "ppapi/c/pp_stdint.h" -#define PPB_URLLOADERTRUSTED_INTERFACE "PPB_URLLoaderTrusted;0.2" +#define PPB_URLLOADERTRUSTED_INTERFACE "PPB_URLLoaderTrusted;0.3" // Callback that indicates the status of the download and upload for the // given URLLoader resource. |