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

Unified Diff: media/base/encryption_scheme.h

Issue 2697643003: media: Clean up MediaCodecBridge and remove subclasses (Closed)
Patch Set: Created 3 years, 10 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/encryption_scheme.h
diff --git a/media/base/encryption_scheme.h b/media/base/encryption_scheme.h
index 572db86e8ad309fe591db0731029c570e671f0d8..fe8a3a9f9e094696d36400dc53cfbcd26abd7467 100644
--- a/media/base/encryption_scheme.h
+++ b/media/base/encryption_scheme.h
@@ -16,6 +16,7 @@ class MEDIA_EXPORT EncryptionScheme {
public:
// Algorithm and mode used for encryption. CIPHER_MODE_UNENCRYPTED indicates
// no encryption.
+ // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.media
enum CipherMode {
CIPHER_MODE_UNENCRYPTED,
CIPHER_MODE_AES_CTR,

Powered by Google App Engine
This is Rietveld 408576698