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

Unified Diff: media/base/android/android_cdm_factory.cc

Issue 2831963003: EME: Allow temporary sessions to be removed for ClearKey only. (Closed)
Patch Set: rebase Created 3 years, 8 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
Index: media/base/android/android_cdm_factory.cc
diff --git a/media/base/android/android_cdm_factory.cc b/media/base/android/android_cdm_factory.cc
index 08a43b852a4e1cf8a50af3ee816b92fc7010edf8..286cf0d9f34a6de95822495519318529a072a973 100644
--- a/media/base/android/android_cdm_factory.cc
+++ b/media/base/android/android_cdm_factory.cc
@@ -49,7 +49,7 @@ void AndroidCdmFactory::Create(
IsExternalClearKey(key_system)) {
scoped_refptr<ContentDecryptionModule> cdm(
new AesDecryptor(security_origin, session_message_cb, session_closed_cb,
- session_keys_change_cb));
+ session_keys_change_cb, session_expiration_update_cb));
bound_cdm_created_cb.Run(cdm, "");
return;
}
« no previous file with comments | « content/renderer/media/cdm/render_cdm_factory.cc ('k') | media/blink/webcontentdecryptionmodulesession_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698