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

Unified Diff: content/renderer/media/crypto/ppapi_decryptor.h

Issue 813683005: Add |legacy_destination_url| back to SessionMessage for EME (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: content/renderer/media/crypto/ppapi_decryptor.h
diff --git a/content/renderer/media/crypto/ppapi_decryptor.h b/content/renderer/media/crypto/ppapi_decryptor.h
index 05df5852bd98aa8c82aa5bc9f2d1054326912cf8..7c1e2ea765b4f8be40c39955bf14b4bd51e1478d 100644
--- a/content/renderer/media/crypto/ppapi_decryptor.h
+++ b/content/renderer/media/crypto/ppapi_decryptor.h
@@ -108,7 +108,8 @@ class PpapiDecryptor : public media::MediaKeys,
// Callbacks for |plugin_cdm_delegate_| to fire session events.
void OnSessionMessage(const std::string& web_session_id,
MediaKeys::MessageType message_type,
- const std::vector<uint8>& message);
+ const std::vector<uint8>& message,
+ const GURL& legacy_destination_url);
void OnSessionKeysChange(const std::string& web_session_id,
bool has_additional_usable_key,
media::CdmKeysInfo keys_info);
« no previous file with comments | « no previous file | content/renderer/media/crypto/ppapi_decryptor.cc » ('j') | content/renderer/media/crypto/proxy_media_keys.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698