summaryrefslogtreecommitdiffstats
path: root/ppapi/c/ppb_file_system.h
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-13 02:44:44 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-13 02:44:44 +0000
commit52e211459b22e0ce7d993b53614a5e66b55e9c72 (patch)
treedf26238888d1b2fd1df6701a66c3410649966693 /ppapi/c/ppb_file_system.h
parent205574060e1f2dbbacba32d2afdcc7455be863b3 (diff)
downloadchromium_src-52e211459b22e0ce7d993b53614a5e66b55e9c72.zip
chromium_src-52e211459b22e0ce7d993b53614a5e66b55e9c72.tar.gz
chromium_src-52e211459b22e0ce7d993b53614a5e66b55e9c72.tar.bz2
First pass at revving stable pepper interfaces to 1.0.
Missing PPB_Core (pending removal of MemAlloc/MemFree) and new input event interfaces, in case we want to change them in the next ~week. BUG=84519 TEST=ppapi tests Review URL: http://codereview.chromium.org/7292033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92302 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/ppb_file_system.h')
-rw-r--r--ppapi/c/ppb_file_system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/c/ppb_file_system.h b/ppapi/c/ppb_file_system.h
index 47e26a1..59b3d51 100644
--- a/ppapi/c/ppb_file_system.h
+++ b/ppapi/c/ppb_file_system.h
@@ -20,7 +20,8 @@
struct PP_CompletionCallback;
#define PPB_FILESYSTEM_INTERFACE_0_7 "PPB_FileSystem;0.7"
-#define PPB_FILESYSTEM_INTERFACE PPB_FILESYSTEM_INTERFACE_0_7
+#define PPB_FILESYSTEM_INTERFACE_1_0 "PPB_FileSystem;1.0"
+#define PPB_FILESYSTEM_INTERFACE PPB_FILESYSTEM_INTERFACE_1_0
/**
* @addtogroup Structs