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

Unified Diff: media/blink/run_all_unittests.cc

Issue 1419293005: Add assertions that the empty Platform::cryptographicallyRandomValues() overrides are not being use… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: media/blink/run_all_unittests.cc
diff --git a/media/blink/run_all_unittests.cc b/media/blink/run_all_unittests.cc
index d84a1af06f15510ba62340eb25a07dba4f5985f6..d20bd6c61d7e4d97c4aa5196ce7bb7855164b0c5 100644
--- a/media/blink/run_all_unittests.cc
+++ b/media/blink/run_all_unittests.cc
@@ -82,6 +82,7 @@ TestBlinkPlatformSupport::~TestBlinkPlatformSupport() {}
void TestBlinkPlatformSupport::cryptographicallyRandomValues(
unsigned char* buffer,
size_t length) {
+ NOTREACHED();
}
const unsigned char* TestBlinkPlatformSupport::getTraceCategoryEnabledFlag(

Powered by Google App Engine
This is Rietveld 408576698