Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1952)

Unified Diff: content/renderer/pepper/content_decryptor_delegate.cc

Issue 1354723003: Update MediaKeyStatus enum values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use right DEPS value Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | media/base/cdm_key_information.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « DEPS ('k') | media/base/cdm_key_information.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698