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

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: Fix Windows compile. Created 7 years, 1 month 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/ppapi_sources.gypi ('k') | ppapi/tests/test_file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | ppapi/tests/test_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698