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

Unified Diff: media/cdm/proxy_decryptor.h

Issue 1224053003: Clear Key CDM should resolve the promise if session not found (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/proxy_decryptor.h
diff --git a/media/cdm/proxy_decryptor.h b/media/cdm/proxy_decryptor.h
index c7f60b94d3692196ab0d2ab0ef6a57196d61d170..13ef38a7291be5f350d18d4ead83399cd1d795b0 100644
--- a/media/cdm/proxy_decryptor.h
+++ b/media/cdm/proxy_decryptor.h
@@ -115,6 +115,7 @@ class MEDIA_EXPORT ProxyDecryptor {
// Called when a session is actually created or loaded.
void SetSessionId(SessionCreationType session_type,
+ const std::string& possible_session_id,
const std::string& session_id);
struct PendingGenerateKeyRequestData {

Powered by Google App Engine
This is Rietveld 408576698