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

Unified Diff: chromecast/shell/renderer/key_systems_cast.h

Issue 606483002: Chromecast: adds AddKeySystemWithCodecs to key_systems_cast header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/shell/renderer/key_systems_cast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/shell/renderer/key_systems_cast.h
diff --git a/chromecast/shell/renderer/key_systems_cast.h b/chromecast/shell/renderer/key_systems_cast.h
index 7b0a9eb3d35ee7a7c95b8fd5c8feedec67bb4c73..c291344a1bbf7dd8a382c6a50c050e787cfdfde0 100644
--- a/chromecast/shell/renderer/key_systems_cast.h
+++ b/chromecast/shell/renderer/key_systems_cast.h
@@ -12,6 +12,11 @@
namespace chromecast {
namespace shell {
+// Adds a single key system by name.
+void AddKeySystemWithCodecs(
+ const std::string& key_system_name,
+ std::vector<content::KeySystemInfo>* concrete_key_systems);
+
void AddChromecastKeySystems(
std::vector<content::KeySystemInfo>* key_systems_info);
« no previous file with comments | « no previous file | chromecast/shell/renderer/key_systems_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698