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

Unified Diff: media/mojo/common/media_type_converters.cc

Issue 2280743002: Add CdmKeyStatus::RELEASED to mojo (Closed)
Patch Set: Type converter Created 4 years, 4 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 | « no previous file | media/mojo/interfaces/content_decryption_module.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/common/media_type_converters.cc
diff --git a/media/mojo/common/media_type_converters.cc b/media/mojo/common/media_type_converters.cc
index 71bea8d4b769f9aa857d82752194bbf2c8d0b8fd..9db0f854eab8863c17f9d77f5ee8b7d8b832fa13 100644
--- a/media/mojo/common/media_type_converters.cc
+++ b/media/mojo/common/media_type_converters.cc
@@ -317,6 +317,7 @@ ASSERT_CDM_KEY_STATUS(EXPIRED);
ASSERT_CDM_KEY_STATUS(OUTPUT_RESTRICTED);
ASSERT_CDM_KEY_STATUS(OUTPUT_DOWNSCALED);
ASSERT_CDM_KEY_STATUS(KEY_STATUS_PENDING);
+ASSERT_CDM_KEY_STATUS(RELEASED);
dcheng 2016/08/25 22:21:02 What's the status on moving to EnumTraits?
xhwang 2016/08/25 22:37:49 Yeah, we are behind. Can you file a bug and assign
// CDM Message Type
#define ASSERT_CDM_MESSAGE_TYPE(value) \
« no previous file with comments | « no previous file | media/mojo/interfaces/content_decryption_module.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698