Index: media/base/key_systems.h |
diff --git a/media/base/key_systems.h b/media/base/key_systems.h |
index 93317a118fcd117032cd452da44a54fb40e745ba..ffe3a8db372c627f05b5c97dd2425c520425250e 100644 |
--- a/media/base/key_systems.h |
+++ b/media/base/key_systems.h |
@@ -27,15 +27,6 @@ MEDIA_EXPORT std::string GetUnprefixedKeySystemName( |
MEDIA_EXPORT std::string GetPrefixedKeySystemName( |
const std::string& key_system); |
-// Returns false if a container-specific |init_data_type| is specified with an |
-// inappropriate container. |
-// TODO(sandersd): Remove this essentially internal detail if the spec is |
-// updated to not convolve the two in a single method call. |
-// TODO(sandersd): Use enum values instead of strings. http://crbug.com/417440 |
-MEDIA_EXPORT bool IsSaneInitDataTypeWithContainer( |
- const std::string& init_data_type, |
- const std::string& container); |
- |
// Use for unprefixed EME only! |
// Returns whether |key_system| is a supported key system. |
// Note: Shouldn't be used for prefixed API as the original |