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

Unified Diff: media/base/android/media_player_android.h

Issue 276973005: BrowserMediaPlayerManager manages MediaKeys objects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments addressed Created 6 years, 7 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
« 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 0fd481517c18827bbbb0d8a72a56933af81c7f35..cf67bd03a73bba35d91014056f187f9b77bfaa30 100644
--- a/media/base/android/media_player_android.h
+++ b/media/base/android/media_player_android.h
@@ -16,7 +16,7 @@
namespace media {
-class MediaDrmBridge;
+class MediaKeys;
class MediaPlayerManager;
// This class serves as the base class for different media player
@@ -73,8 +73,8 @@ class MEDIA_EXPORT MediaPlayerAndroid {
virtual GURL GetUrl();
virtual GURL GetFirstPartyForCookies();
- // Pass a drm bridge to a player.
- virtual void SetDrmBridge(MediaDrmBridge* drm_bridge);
+ // Associates the |cdm| with this player.
+ virtual void SetCdm(MediaKeys* cdm);
// Notifies the player that a decryption key has been added. The player
// may want to start/resume playback if it is waiting for a key.
« 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