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

Unified Diff: ppapi/tests/test_file_system.h

Issue 52233002: [PPAPI] Added VarResource_Dev class. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Respond to reviews, and add FileSystem methods. Created 7 years, 2 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_system.h
diff --git a/ppapi/tests/test_file_system.h b/ppapi/tests/test_file_system.h
index 3838a4afbfc900391d05cc3364de4ded64434c5b..de53e64c0dca6922370fc0e26a5b1ef9258995db 100644
--- a/ppapi/tests/test_file_system.h
+++ b/ppapi/tests/test_file_system.h
@@ -20,6 +20,7 @@ class TestFileSystem : public TestCase {
private:
std::string TestOpen();
std::string TestMultipleOpens();
+ std::string TestResourceConversion();
};
#endif // PAPPI_TESTS_TEST_FILE_SYSTEM_H_

Powered by Google App Engine
This is Rietveld 408576698