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

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

Issue 2568463003: media: Rename MediaKeys to ContentDecryptionModule (Closed)
Patch Set: comments addressed Created 4 years 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 | « media/mojo/clients/mojo_cdm_unittest.cc ('k') | media/mojo/interfaces/content_decryption_module.typemap » ('j') | 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 4eca818c26ca2cbf95cc3903ada841e9cd44948d..0eab133f98b838c26033edc35a88366b126ab9fd 100644
--- a/media/mojo/interfaces/content_decryption_module.mojom
+++ b/media/mojo/interfaces/content_decryption_module.mojom
@@ -47,9 +47,10 @@ struct CdmKeyInformation {
};
// An interface that represents a CDM in the Encrypted Media Extensions (EME)
-// spec (https://w3c.github.io/encrypted-media/). See media/base/media_keys.h.
+// spec (https://w3c.github.io/encrypted-media/).
+// See media/base/content_decryption_module.h
interface ContentDecryptionModule {
- // See media::MediaKeys::SessionType
+ // See media::ContentDecryptionModule::SessionType
[Native]
enum SessionType;
@@ -98,9 +99,9 @@ interface ContentDecryptionModule {
RemoveSession(string session_id) => (CdmPromiseResult result);
};
-// Session callbacks. See media/base/media_keys.h for details.
+// Session callbacks. See media/base/content_decryption_module.h for details.
interface ContentDecryptionModuleClient {
- // See media::MediaKeys::MessageType
+ // See media::ContentDecryptionModule::MessageType
[Native]
enum MessageType;
« no previous file with comments | « media/mojo/clients/mojo_cdm_unittest.cc ('k') | media/mojo/interfaces/content_decryption_module.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698