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

Unified Diff: ppapi/tests/test_file_io.h

Issue 13032002: Add RequestOSFileHandle as a private PPAPI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix test Created 7 years, 9 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_io.h
diff --git a/ppapi/tests/test_file_io.h b/ppapi/tests/test_file_io.h
index 8db0ba1d6bb33da2abd0461f43d671bf93910a85..36917b5e5f0c78d2374e5563d8d3695aa047a875 100644
--- a/ppapi/tests/test_file_io.h
+++ b/ppapi/tests/test_file_io.h
@@ -47,6 +47,7 @@ class TestFileIO : public TestCase {
std::string TestParallelWrites();
std::string TestNotAllowMixedReadWrite();
std::string TestWillWriteWillSetLength();
+ std::string TestRequestOSFileHandle();
// Helper method used by TestOpen().
// |expectations| is a combination of OpenExpectation values. The followings

Powered by Google App Engine
This is Rietveld 408576698