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

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: changes 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
« no previous file with comments | « media/blink/cdm_session_adapter.cc ('k') | media/cdm/aes_decryptor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cdm/aes_decryptor.cc
diff --git a/media/cdm/aes_decryptor.cc b/media/cdm/aes_decryptor.cc
index f4993be2979994ad877ea645aa3a17ccbf935712..d510b98ec4f23524c8e19ba19cd2b379c552d563 100644
--- a/media/cdm/aes_decryptor.cc
+++ b/media/cdm/aes_decryptor.cc
@@ -265,7 +265,9 @@ void AesDecryptor::CreateSessionAndGenerateRequest(
promise->resolve(web_session_id);
- session_message_cb_.Run(web_session_id, LICENSE_REQUEST, message);
+ // No URL needed for license requests.
+ session_message_cb_.Run(web_session_id, LICENSE_REQUEST, message,
+ GURL::EmptyGURL());
}
void AesDecryptor::LoadSession(SessionType session_type,
« no previous file with comments | « media/blink/cdm_session_adapter.cc ('k') | media/cdm/aes_decryptor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698