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

Unified Diff: media/base/cdm_key_information.h

Issue 850183002: media: Support unprefixed EME API on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 5 years, 11 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 f36c33a46d3e63dbe49d2b21c1b98558e81dbb9d..8abec1d2c7bcfe428f1c5bcb65b2b597177f304d 100644
--- a/media/base/cdm_key_information.h
+++ b/media/base/cdm_key_information.h
@@ -18,7 +18,8 @@ struct MEDIA_EXPORT CdmKeyInformation {
USABLE = 0,
INTERNAL_ERROR = 1,
EXPIRED = 2,
- OUTPUT_NOT_ALLOWED = 3
+ OUTPUT_NOT_ALLOWED = 3,
+ KEY_STATUS_MAX = OUTPUT_NOT_ALLOWED
};
CdmKeyInformation();

Powered by Google App Engine
This is Rietveld 408576698