| Index: media/cdm/ppapi/cdm_file_io_test.h
|
| diff --git a/media/cdm/ppapi/cdm_file_io_test.h b/media/cdm/ppapi/cdm_file_io_test.h
|
| index 3e0060cc3bf16eb7a83850fd2ae772a306963882..4e413cbc9e0af61702a0b316e45dd6ecdb25f7e4 100644
|
| --- a/media/cdm/ppapi/cdm_file_io_test.h
|
| +++ b/media/cdm/ppapi/cdm_file_io_test.h
|
| @@ -146,6 +146,7 @@ class FileIOTestRunner {
|
| CompletionCB completion_cb_;
|
| std::list<FileIOTest> remaining_tests_;
|
| std::vector<uint8> large_data_;
|
| + std::vector<uint8> corrupted_big_data_;
|
| size_t total_num_tests_; // Total number of tests.
|
| size_t num_passed_tests_; // Number of passed tests.
|
|
|
|
|