Index: webkit/media/crypto/key_systems.cc |
diff --git a/webkit/media/crypto/key_systems.cc b/webkit/media/crypto/key_systems.cc |
index 11a307c8ad671af4e6d7ad343f7da11ca634fb51..401d6eecd0cffa1548b83b83e2c3d4fd254b5344 100644 |
--- a/webkit/media/crypto/key_systems.cc |
+++ b/webkit/media/crypto/key_systems.cc |
@@ -48,7 +48,7 @@ supported_format_key_system_combinations[] = { |
static const KeySystemPluginTypePair key_system_to_plugin_type_mapping[] = { |
// TODO(xhwang): Update this with the real plugin name. |
- { kExternalClearKeyKeySystem, "application/x-ppapi-example" } |
+ { kExternalClearKeyKeySystem, "application/x-ppapi-content-encryption" } |
}; |
static bool IsSupportedKeySystemWithContainerAndCodec( |