Index: content/renderer/pepper/content_decryptor_delegate.cc |
diff --git a/content/renderer/pepper/content_decryptor_delegate.cc b/content/renderer/pepper/content_decryptor_delegate.cc |
index 0c17e3e7a79c6fb8ef252b5c61ab067fcc04f97f..a3596c8579570baf076b4abc62fd9836b0c9a3c9 100644 |
--- a/content/renderer/pepper/content_decryptor_delegate.cc |
+++ b/content/renderer/pepper/content_decryptor_delegate.cc |
@@ -322,6 +322,8 @@ media::CdmKeyInformation::KeyStatus PpCdmKeyStatusToCdmKeyInformationKeyStatus( |
return media::CdmKeyInformation::OUTPUT_DOWNSCALED; |
case PP_CDMKEYSTATUS_STATUSPENDING: |
return media::CdmKeyInformation::KEY_STATUS_PENDING; |
+ case PP_CDMKEYSTATUS_RELEASED: |
+ return media::CdmKeyInformation::RELEASED; |
default: |
NOTREACHED(); |
return media::CdmKeyInformation::INTERNAL_ERROR; |