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

Unified Diff: media/base/android/media_player_android.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/base/android/media_drm_bridge.cc ('k') | media/base/android/media_player_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_player_android.h
diff --git a/media/base/android/media_player_android.h b/media/base/android/media_player_android.h
index 88e1319f45169b67d0c78b54487af3805ccc757a..a8cd802c81fac4f740cfc37afcd7b783fc96084b 100644
--- a/media/base/android/media_player_android.h
+++ b/media/base/android/media_player_android.h
@@ -23,7 +23,7 @@
namespace media {
-class MediaKeys;
+class ContentDecryptionModule;
class MediaPlayerManager;
// This class serves as the base class for different media player
@@ -92,7 +92,7 @@ class MEDIA_EXPORT MediaPlayerAndroid {
virtual GURL GetFirstPartyForCookies();
// Associates the |cdm| with this player.
- virtual void SetCdm(const scoped_refptr<MediaKeys>& cdm);
+ virtual void SetCdm(const scoped_refptr<ContentDecryptionModule>& cdm);
// Requests playback permission from MediaPlayerManager.
// Overridden in MediaCodecPlayer to pass data between threads.
« no previous file with comments | « media/base/android/media_drm_bridge.cc ('k') | media/base/android/media_player_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698