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

Unified Diff: chromecast/renderer/key_systems_cast.h

Issue 947233003: Chromecast buildfix: restores AddKeySystemWithCodecs, fixes namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add todo Created 5 years, 10 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 | chromecast/renderer/key_systems_cast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/key_systems_cast.h
diff --git a/chromecast/renderer/key_systems_cast.h b/chromecast/renderer/key_systems_cast.h
index bd3eec42283a34e20d51629aad1f31337015c81f..c64eb1db708c77128773b93ed894e65758a6618e 100644
--- a/chromecast/renderer/key_systems_cast.h
+++ b/chromecast/renderer/key_systems_cast.h
@@ -12,6 +12,13 @@
namespace chromecast {
namespace shell {
+// Adds a single key system by name.
+// TODO(gunsch): modify this API to accept specifying different supported
+// features, and/or APIs per key system type.
+void AddKeySystemWithCodecs(
+ const std::string& key_system_name,
+ std::vector<::media::KeySystemInfo>* concrete_key_systems);
+
void AddChromecastKeySystems(
std::vector<::media::KeySystemInfo>* key_systems_info);
« no previous file with comments | « no previous file | chromecast/renderer/key_systems_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698