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

Unified Diff: media/blink/cdm_session_adapter.cc

Issue 1712903002: Remove prefixed EME. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix layout tests. Created 4 years, 10 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/blink/cdm_session_adapter.cc
diff --git a/media/blink/cdm_session_adapter.cc b/media/blink/cdm_session_adapter.cc
index 249e5615c6d74cdb6085e94f73fd6af3809a6633..e747f223e63dfec8489a7e69a5e85b9679099e1d 100644
--- a/media/blink/cdm_session_adapter.cc
+++ b/media/blink/cdm_session_adapter.cc
@@ -212,7 +212,7 @@ void CdmSessionAdapter::OnLegacySessionError(
uint32_t system_code,
const std::string& error_message) {
// Error events not used by unprefixed EME.
- // TODO(jrummell): Remove when prefixed EME removed.
+ // TODO(jrummell): Remove when prefixed EME removed. https://crbug.com/249976
}
WebContentDecryptionModuleSessionImpl* CdmSessionAdapter::GetSession(

Powered by Google App Engine
This is Rietveld 408576698