Index: content/renderer/media/crypto/key_systems.h |
diff --git a/content/renderer/media/crypto/key_systems.h b/content/renderer/media/crypto/key_systems.h |
index 99825d1997a7d8cf17129cbfcdbc51dcf4ceca4b..dbb2d7c037f20b5e2cef79f712be427a1fa3975b 100644 |
--- a/content/renderer/media/crypto/key_systems.h |
+++ b/content/renderer/media/crypto/key_systems.h |
@@ -24,6 +24,12 @@ std::string GetUnprefixedKeySystemName(const std::string& key_system); |
// Gets the prefixed key system name for |key_system|. |
std::string GetPrefixedKeySystemName(const std::string& key_system); |
+bool IsSupportedKeySystem(const std::string& key_system); |
+ |
+bool IsSupportedKeySystemWithInitDataType( |
+ const std::string& key_system, |
+ const std::string& init_data_type); |
+ |
// Returns whether |key_system| is a real supported key system that can be |
// instantiated. |
// Abstract parent |key_system| strings will return false. |