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

Unified Diff: ppapi/tests/test_file_ref.h

Issue 14784002: Move DirectoryReader::ReadEntries to FileRef::ReadDirectoryEntries (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebased Created 7 years, 8 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 | « ppapi/tests/test_directory_reader.cc ('k') | ppapi/tests/test_file_ref.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_file_ref.h
diff --git a/ppapi/tests/test_file_ref.h b/ppapi/tests/test_file_ref.h
index 97feaf174c68bbc00aa739d66916710b2e712316..ff9121562465f33e328edffeac0f0b322d977a19 100644
--- a/ppapi/tests/test_file_ref.h
+++ b/ppapi/tests/test_file_ref.h
@@ -26,6 +26,8 @@ class TestFileRef : public TestCase {
// Returns "" on success, a different string otherwise.
std::string MakeExternalFileRef(pp::FileRef* file_ref_ext);
+ int32_t DeleteDirectoryRecursively(pp::FileRef* dir);
+
std::string TestCreate();
std::string TestGetFileSystemType();
std::string TestGetName();
@@ -37,6 +39,7 @@ class TestFileRef : public TestCase {
std::string TestRenameFileAndDirectory();
std::string TestQuery();
std::string TestFileNameEscaping();
+ std::string TestReadDirectoryEntries();
};
#endif // PAPPI_TESTS_TEST_FILE_REF_H_
« no previous file with comments | « ppapi/tests/test_directory_reader.cc ('k') | ppapi/tests/test_file_ref.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698