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

Unified Diff: media/cdm/ppapi/external_clear_key/clear_key_cdm.h

Issue 2831963003: EME: Allow temporary sessions to be removed for ClearKey only. (Closed)
Patch Set: 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/cdm/ppapi/external_clear_key/clear_key_cdm.h
diff --git a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
index a410aeeb2baa0468eda193502e82f779111583da..66b77e9f36f4e062d63e6cdef8cdb0bdc48a1c1a 100644
--- a/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
+++ b/media/cdm/ppapi/external_clear_key/clear_key_cdm.h
@@ -100,6 +100,8 @@ class ClearKeyCdm : public ClearKeyCdmInterface {
bool has_additional_usable_key,
CdmKeysInfo keys_info);
void OnSessionClosed(const std::string& session_id);
+ void OnSessionExpirationUpdate(const std::string& session_id,
+ base::Time new_expiry_time);
// Handle the success/failure of a promise. These methods are responsible for
// calling |host_| to resolve or reject the promise.

Powered by Google App Engine
This is Rietveld 408576698