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

Unified Diff: media/mojo/services/mojo_cdm_service_context.h

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/services/mojo_cdm_service.cc ('k') | media/mojo/services/mojo_cdm_service_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/mojo_cdm_service_context.h
diff --git a/media/mojo/services/mojo_cdm_service_context.h b/media/mojo/services/mojo_cdm_service_context.h
index 5938e9fcd55452d10e74123dcd79f96c4bdf0b30..076c4d6db413b9d459cc9720a024fe13698ee933 100644
--- a/media/mojo/services/mojo_cdm_service_context.h
+++ b/media/mojo/services/mojo_cdm_service_context.h
@@ -16,7 +16,7 @@
namespace media {
-class MediaKeys;
+class ContentDecryptionModule;
class MojoCdmService;
// A class that creates, owns and manages all MojoCdmService instances.
@@ -34,7 +34,7 @@ class MEDIA_MOJO_EXPORT MojoCdmServiceContext {
void UnregisterCdm(int cdm_id);
// Returns the CDM associated with |cdm_id|.
- scoped_refptr<MediaKeys> GetCdm(int cdm_id);
+ scoped_refptr<ContentDecryptionModule> GetCdm(int cdm_id);
private:
// A map between CDM ID and MojoCdmService.
« no previous file with comments | « media/mojo/services/mojo_cdm_service.cc ('k') | media/mojo/services/mojo_cdm_service_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698