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

Unified Diff: media/base/cdm_key_information.h

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
Index: media/base/cdm_key_information.h
diff --git a/media/base/cdm_key_information.h b/media/base/cdm_key_information.h
index 2ad6da469dbdafebcbb9eac4ae4596924ecbc671..c7ee22513cb1a77ba9dda997639d0a786b3aa0a4 100644
--- a/media/base/cdm_key_information.h
+++ b/media/base/cdm_key_information.h
@@ -21,7 +21,8 @@ struct MEDIA_EXPORT CdmKeyInformation {
OUTPUT_RESTRICTED = 3,
OUTPUT_DOWNSCALED = 4,
KEY_STATUS_PENDING = 5,
- KEY_STATUS_MAX = KEY_STATUS_PENDING
+ RELEASED = 6,
+ KEY_STATUS_MAX = RELEASED
};
CdmKeyInformation();
« no previous file with comments | « content/renderer/pepper/content_decryptor_delegate.cc ('k') | media/blink/webcontentdecryptionmodulesession_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698