Index: ppapi/tests/test_flash_file.h |
diff --git a/ppapi/tests/test_flash_file.h b/ppapi/tests/test_flash_file.h |
index b58890dfbbabc88bd8e5482ad122df4a7f3413ef..86055db172a595f3580fe04080f24bf00c612366 100644 |
--- a/ppapi/tests/test_flash_file.h |
+++ b/ppapi/tests/test_flash_file.h |
@@ -19,10 +19,21 @@ class TestFlashFile: public TestCase { |
virtual void RunTests(const std::string& filter); |
private: |
- // TODO(yzshen): Add more test cases for PPB_Flash_File_ModuleLocal and |
- // PPB_Flash_File_FileRef. |
+ // TODO(raymes): We should have SetUp/TearDown methods for ppapi tests. |
+ void SetUp(); |
+ |
+ std::string TestOpenFile(); |
+ std::string TestRenameFile(); |
+ std::string TestDeleteFileOrDir(); |
+ std::string TestCreateDir(); |
+ std::string TestQueryFile(); |
+ std::string TestGetDirContents(); |
std::string TestCreateTemporaryFile(); |
+ // TODO(raymes): Add these when we can test file chooser properly. |
+ // std::string TestOpenFileRef(); |
+ // std::string TestQueryFileRef(); |
+ |
// Gets the number of files and directories under the module-local root |
// directory. |
std::string GetItemCountUnderModuleLocalRoot(size_t* item_count); |