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

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

Issue 17289006: Separate CDM initialization from GenerateKeyRequest & remove key_system parameters. (Closed) Base URL: master
Patch Set: rebase only Created 7 years, 6 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_source_player_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_player_manager.h
diff --git a/media/base/android/media_player_manager.h b/media/base/android/media_player_manager.h
index d63a8c0201431d34d96b1908f6c9680a68b1f8b3..69d679274536cc0ef215c23bed383669d8e7d948 100644
--- a/media/base/android/media_player_manager.h
+++ b/media/base/android/media_player_manager.h
@@ -116,19 +116,16 @@ class MEDIA_EXPORT MediaPlayerManager {
// Called when the DRM engine wants to send a KeyAdded.
virtual void OnKeyAdded(int key_id,
- const std::string& key_system,
const std::string& session_id) = 0;
// Called when the DRM engine wants to send a KeyError.
virtual void OnKeyError(int key_id,
- const std::string& key_system,
const std::string& session_id,
media::MediaKeys::KeyError error_code,
int system_code) = 0;
// Called when the DRM engine wants to send a KeyMessage.
virtual void OnKeyMessage(int key_id,
- const std::string& key_system,
const std::string& session_id,
const std::string& message,
const std::string& destination_url) = 0;
« no previous file with comments | « media/base/android/media_drm_bridge.cc ('k') | media/base/android/media_source_player_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698