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

Unified Diff: media/cdm/ppapi/cdm_file_io_test.h

Issue 563193002: CDM FileIOTest: Explictly test corrupted file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@set_length
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | media/cdm/ppapi/cdm_file_io_test.cc » ('j') | media/cdm/ppapi/cdm_file_io_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | media/cdm/ppapi/cdm_file_io_test.cc » ('j') | media/cdm/ppapi/cdm_file_io_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698