summaryrefslogtreecommitdiffstats
path: root/ppapi/c/ppb_url_response_info.h
diff options
context:
space:
mode:
authornoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-18 00:41:22 +0000
committernoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-18 00:41:22 +0000
commit5f79c2adde064424d6b19f8673ef82e9cb92774d (patch)
treeecf40509498dce2ed6b04ab1ff5ac3d694d307e1 /ppapi/c/ppb_url_response_info.h
parent30c918084bac874b6cfaabb93f0bb2545c5354e2 (diff)
downloadchromium_src-5f79c2adde064424d6b19f8673ef82e9cb92774d.zip
chromium_src-5f79c2adde064424d6b19f8673ef82e9cb92774d.tar.gz
chromium_src-5f79c2adde064424d6b19f8673ef82e9cb92774d.tar.bz2
Integrate NaCl Head - Revert 69309 to restore 64b handles in PPAPI
BUG= http://code.google.com/p/nativeclient/issues/detail?id=933 TEST=It compiles can run the nacl ppapi srpc test Review URL: http://codereview.chromium.org/6041001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69602 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 f64e598..e9cec29 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;0.1"
+#define PPB_URLRESPONSEINFO_INTERFACE "PPB_URLResponseInfo;1.1"
struct PPB_URLResponseInfo {
// Returns PP_TRUE if the given resource is an URLResponseInfo. Returns