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

Unified Diff: media/mojo/interfaces/content_decryption_module.mojom

Issue 2280743002: Add CdmKeyStatus::RELEASED to mojo (Closed)
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/content_decryption_module.mojom
diff --git a/media/mojo/interfaces/content_decryption_module.mojom b/media/mojo/interfaces/content_decryption_module.mojom
index 9bffecc2ed975de7dc5db62d9634d594711ca496..7274ae3e59d365ce4ede892be88be0336a97213d 100644
--- a/media/mojo/interfaces/content_decryption_module.mojom
+++ b/media/mojo/interfaces/content_decryption_module.mojom
@@ -28,7 +28,8 @@ enum CdmKeyStatus {
EXPIRED,
OUTPUT_RESTRICTED,
OUTPUT_DOWNSCALED,
- KEY_STATUS_PENDING
+ KEY_STATUS_PENDING,
+ RELEASED
xhwang 2016/08/25 19:11:40 Please also update the type converter: https://cs
yucliu1 2016/08/25 19:21:23 Done.
};
// Transport layer of media::CdmConfig (see media/base/cdm_config.h).
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698