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

Unified Diff: media/cdm/aes_decryptor.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: media/cdm/aes_decryptor.cc
diff --git a/media/cdm/aes_decryptor.cc b/media/cdm/aes_decryptor.cc
index f4993be2979994ad877ea645aa3a17ccbf935712..594cfe69434ea2acb8e9cf84dc088586b0015248 100644
--- a/media/cdm/aes_decryptor.cc
+++ b/media/cdm/aes_decryptor.cc
@@ -265,7 +265,7 @@ void AesDecryptor::CreateSessionAndGenerateRequest(
promise->resolve(web_session_id);
- session_message_cb_.Run(web_session_id, LICENSE_REQUEST, message);
+ session_message_cb_.Run(web_session_id, LICENSE_REQUEST, message, GURL());
xhwang 2015/01/13 18:45:13 GURL::EmptyGURL()?
jrummell 2015/01/13 19:46:31 Done.
}
void AesDecryptor::LoadSession(SessionType session_type,

Powered by Google App Engine
This is Rietveld 408576698