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

Unified Diff: ppapi/tests/test_file_ref.h

Issue 113363004: PPAPI: Add new PPB_FileRef.MakeDirectory to support exclusive operation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 ff9121562465f33e328edffeac0f0b322d977a19..b574d5403339ee2ff140edcbf37a5a060121cb26 100644
--- a/ppapi/tests/test_file_ref.h
+++ b/ppapi/tests/test_file_ref.h
@@ -34,6 +34,7 @@ class TestFileRef : public TestCase {
std::string TestGetPath();
std::string TestGetParent();
std::string TestMakeDirectory();
+ std::string TestMakeDirectoryExclusive();
std::string TestQueryAndTouchFile();
std::string TestDeleteFileAndDirectory();
std::string TestRenameFileAndDirectory();

Powered by Google App Engine
This is Rietveld 408576698