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

Unified Diff: chromecast/media/cdm/cast_cdm.cc

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 | « chromecast/media/cdm/cast_cdm.h ('k') | chromecast/media/cdm/cast_cdm_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cdm/cast_cdm.cc
diff --git a/chromecast/media/cdm/cast_cdm.cc b/chromecast/media/cdm/cast_cdm.cc
index 946955c0ee166eadf63739f7e3baf8c3a9638f9b..10cf6411cd59c307cadc87fcfdffe9c0216c20e5 100644
--- a/chromecast/media/cdm/cast_cdm.cc
+++ b/chromecast/media/cdm/cast_cdm.cc
@@ -106,9 +106,10 @@ void CastCdm::UnregisterPlayer(int registration_id) {
return cast_cdm_context_.get();
}
-void CastCdm::OnSessionMessage(const std::string& session_id,
- const std::vector<uint8_t>& message,
- ::media::MediaKeys::MessageType message_type) {
+void CastCdm::OnSessionMessage(
+ const std::string& session_id,
+ const std::vector<uint8_t>& message,
+ ::media::ContentDecryptionModule::MessageType message_type) {
session_message_cb_.Run(session_id, message_type, message);
}
« no previous file with comments | « chromecast/media/cdm/cast_cdm.h ('k') | chromecast/media/cdm/cast_cdm_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698