diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-11 21:58:09 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-11 21:58:09 +0000 |
commit | 39c99eaf84c735cfef1e656f8f0c95362e243de7 (patch) | |
tree | bb0de0a2c757786033193c90c38087f83020cab9 /ppapi/tests/test_file_io.h | |
parent | aa0c7a415c325885592eef57cefa1024aa92d8d4 (diff) | |
download | chromium_src-39c99eaf84c735cfef1e656f8f0c95362e243de7.zip chromium_src-39c99eaf84c735cfef1e656f8f0c95362e243de7.tar.gz chromium_src-39c99eaf84c735cfef1e656f8f0c95362e243de7.tar.bz2 |
Fix Pepper File IO callbacks.
Add some tests (for aborting calls).
Also fix Flash NetConnector callback running.
BUG=none
TEST=ppapi_tests
Review URL: http://codereview.chromium.org/6228004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71092 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/tests/test_file_io.h')
-rw-r--r-- | ppapi/tests/test_file_io.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/tests/test_file_io.h b/ppapi/tests/test_file_io.h index c641c14..0140824 100644 --- a/ppapi/tests/test_file_io.h +++ b/ppapi/tests/test_file_io.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -21,6 +21,7 @@ class TestFileIO : public TestCase { std::string TestOpen(); std::string TestReadWriteSetLength(); std::string TestTouchQuery(); + std::string TestAbortCalls(); }; #endif // PAPPI_TESTS_TEST_FILE_IO_H_ |