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

Unified Diff: tests/ppapi_test_lib/get_browser_interface.h

Issue 7167018: Migrating test/ppapi_file_system to messaging (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 6 months 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 | « tests/ppapi_file_system/scriptable_object.c ('k') | tests/ppapi_test_lib/get_browser_interface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/ppapi_test_lib/get_browser_interface.h
===================================================================
--- tests/ppapi_test_lib/get_browser_interface.h (revision 5661)
+++ tests/ppapi_test_lib/get_browser_interface.h (working copy)
@@ -11,6 +11,7 @@
struct PPB_Context3D_Dev;
struct PPB_Core;
struct PPB_FileIO_Dev;
+struct PPB_FileSystem_Dev;
struct PPB_Graphics2D;
struct PPB_ImageData;
struct PPB_Instance;
@@ -50,6 +51,7 @@
const PPB_Context3D_Dev* PPBContext3DDev();
const PPB_FileIO_Dev* PPBFileIODev();
+const PPB_FileSystem_Dev* PPBFileSystemDev();
const PPB_Scrollbar_Dev* PPBScrollbarDev();
const PPB_Surface3D_Dev* PPBSurface3DDev();
« no previous file with comments | « tests/ppapi_file_system/scriptable_object.c ('k') | tests/ppapi_test_lib/get_browser_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698