| 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..b85c9c4479c4e89d68fa61c93ba9ed27dbfde8de 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-clearkey-cdm" }
|
| };
|
|
|
| static bool IsSupportedKeySystemWithContainerAndCodec(
|
|
|