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

Unified Diff: chromecast/renderer/cast_content_renderer_client.cc

Issue 2478453002: [Chromecast] Use CdmConfig to create CDM (Closed)
Patch Set: Created 4 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
« no previous file with comments | « chromecast/media/cdm/cast_cdm_factory.cc ('k') | chromecast/renderer/key_systems_cast.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/cast_content_renderer_client.cc
diff --git a/chromecast/renderer/cast_content_renderer_client.cc b/chromecast/renderer/cast_content_renderer_client.cc
index 81021b27f917dfb1f5781b59e804d2a644e1ef3e..55b8aec26f4e9a71a78d1b5fc3fb9cde53cc410d 100644
--- a/chromecast/renderer/cast_content_renderer_client.cc
+++ b/chromecast/renderer/cast_content_renderer_client.cc
@@ -117,7 +117,9 @@ void CastContentRendererClient::RenderViewCreated(
void CastContentRendererClient::AddSupportedKeySystems(
std::vector<std::unique_ptr<::media::KeySystemProperties>>*
key_systems_properties) {
- AddChromecastKeySystems(key_systems_properties, false);
+ AddChromecastKeySystems(key_systems_properties,
+ false /* enable_persisten_license_support */,
halliwell 2016/11/03 18:51:48 'persistent'
+ false /* force_software_crypto */);
}
blink::WebPrescientNetworking*
« no previous file with comments | « chromecast/media/cdm/cast_cdm_factory.cc ('k') | chromecast/renderer/key_systems_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698