Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: ppapi/thunk/ppb_isolated_file_system_private_thunk.cc

Issue 26803004: PPAPI: Add PluginPrivateFileSystem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/thunk/interfaces_ppb_private_no_permissions.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_isolated_file_system_private_thunk.cc
diff --git a/ppapi/thunk/ppb_isolated_file_system_private_thunk.cc b/ppapi/thunk/ppb_isolated_file_system_private_thunk.cc
index 04b1bab4622894639810757f7a7a223575fb1d30..cd58b24527eb9c73966d8fc689204bbe67a50456 100644
--- a/ppapi/thunk/ppb_isolated_file_system_private_thunk.cc
+++ b/ppapi/thunk/ppb_isolated_file_system_private_thunk.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
// From private/ppb_isolated_file_system_private.idl,
-// modified Thu Oct 31 20:52:54 2013.
+// modified Fri Nov 8 02:21:15 2013.
#include "ppapi/c/pp_completion_callback.h"
#include "ppapi/c/pp_errors.h"
@@ -35,16 +35,16 @@ int32_t Open(PP_Instance instance,
enter.callback()));
}
-const PPB_IsolatedFileSystem_Private_0_1
- g_ppb_isolatedfilesystem_private_thunk_0_1 = {
+const PPB_IsolatedFileSystem_Private_0_2
+ g_ppb_isolatedfilesystem_private_thunk_0_2 = {
&Open
};
} // namespace
-const PPB_IsolatedFileSystem_Private_0_1*
- GetPPB_IsolatedFileSystem_Private_0_1_Thunk() {
- return &g_ppb_isolatedfilesystem_private_thunk_0_1;
+const PPB_IsolatedFileSystem_Private_0_2*
+ GetPPB_IsolatedFileSystem_Private_0_2_Thunk() {
+ return &g_ppb_isolatedfilesystem_private_thunk_0_2;
}
} // namespace thunk
« no previous file with comments | « ppapi/thunk/interfaces_ppb_private_no_permissions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698