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

Unified Diff: content/renderer/media/crypto/proxy_media_keys.cc

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/proxy_media_keys.cc
diff --git a/content/renderer/media/crypto/proxy_media_keys.cc b/content/renderer/media/crypto/proxy_media_keys.cc
index e3867f1ddb25f87216e6410d880599dab56b3658..b8a5d31637012e671540996d32cadd067d68c10d 100644
--- a/content/renderer/media/crypto/proxy_media_keys.cc
+++ b/content/renderer/media/crypto/proxy_media_keys.cc
@@ -167,8 +167,8 @@ void ProxyMediaKeys::OnSessionMessage(uint32 session_id,
media::MediaKeys::MessageType message_type =
destination_url.is_empty() ? media::MediaKeys::LICENSE_REQUEST
: media::MediaKeys::LICENSE_RENEWAL;
- session_message_cb_.Run(LookupWebSessionId(session_id), message_type,
- message);
+ session_message_cb_.Run(LookupWebSessionId(session_id), message_type, message,
+ destination_url);
xhwang 2015/01/13 18:45:13 legacy?
jrummell 2015/01/13 19:46:31 Done.
}
void ProxyMediaKeys::OnSessionReady(uint32 session_id) {

Powered by Google App Engine
This is Rietveld 408576698