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

Unified Diff: chromecast/renderer/key_systems_cast.h

Issue 2478453002: [Chromecast] Use CdmConfig to create CDM (Closed)
Patch Set: Nit 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
Index: chromecast/renderer/key_systems_cast.h
diff --git a/chromecast/renderer/key_systems_cast.h b/chromecast/renderer/key_systems_cast.h
index 805138f3ee1115813a8c86203e53d4d60804dd2b..5b524ed8188844f7bdae4dfd33d144ed0b794f75 100644
--- a/chromecast/renderer/key_systems_cast.h
+++ b/chromecast/renderer/key_systems_cast.h
@@ -18,7 +18,8 @@ namespace shell {
void AddChromecastKeySystems(
std::vector<std::unique_ptr<::media::KeySystemProperties>>*
key_systems_properties,
- bool enable_persistent_license_support);
+ bool enable_persistent_license_support,
+ bool force_software_crypto);
} // namespace shell
} // namespace chromecast

Powered by Google App Engine
This is Rietveld 408576698