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

Unified Diff: media/blink/key_system_config_selector_unittest.cc

Issue 1131753003: Plumb |use_secure_codecs| through to BrowserCdmFactoryAndroid. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update unittest. Created 5 years, 7 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: media/blink/key_system_config_selector_unittest.cc
diff --git a/media/blink/key_system_config_selector_unittest.cc b/media/blink/key_system_config_selector_unittest.cc
index e4da217b8b03bfaaa6d0e23497c9b4b8da24c196..70b890d8f6d091eb0cc599e6a775302d43efe34d 100644
--- a/media/blink/key_system_config_selector_unittest.cc
+++ b/media/blink/key_system_config_selector_unittest.cc
@@ -210,7 +210,7 @@ class KeySystemConfigSelectorTest : public testing::Test {
}
void OnSucceeded(const blink::WebMediaKeySystemConfiguration& result,
- bool are_secure_codecs_required) {
+ const CdmConfig& cdm_config) {
succeeded_count_++;
config_ = result;
}

Powered by Google App Engine
This is Rietveld 408576698