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

Unified Diff: media/base/eme_constants.h

Issue 1023863002: Create an interface for KeySystems, migrate WebEncryptedMediaClientImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@robustness
Patch Set: Rebase. Created 5 years, 9 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/eme_constants.h
diff --git a/media/base/eme_constants.h b/media/base/eme_constants.h
index b48309cef0e31a9aff8edd6df43596e409925837..c4511d2a61a8cd170e72ed45b532a518ed0d38c9 100644
--- a/media/base/eme_constants.h
+++ b/media/base/eme_constants.h
@@ -89,8 +89,8 @@ enum class EmeMediaType {
};
// Robustness values understood by KeySystems.
-// Note: KeySystems expects this ordering (in GetRobustnessConfigRule()),
-// changes may be required there if this list changes.
+// Note: key_systems.cc expects this ordering in GetRobustnessConfigRule(),
+// make sure to correct that code if this list changes.
enum class EmeRobustness {
INVALID,
EMPTY,

Powered by Google App Engine
This is Rietveld 408576698