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

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: fix naclsdk 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
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..d660852e5fa92154988eb7f2d3a444350d55755d 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 TestReadEntries();
};
#endif // PAPPI_TESTS_TEST_FILE_REF_H_

Powered by Google App Engine
This is Rietveld 408576698