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

Unified Diff: media/base/android/android_cdm_factory.cc

Issue 2568463003: media: Rename MediaKeys to ContentDecryptionModule (Closed)
Patch Set: Created 4 years 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/base/android/android_cdm_factory.cc
diff --git a/media/base/android/android_cdm_factory.cc b/media/base/android/android_cdm_factory.cc
index 964e3a39ff619114fb13a0d5b23aca6fec042194..51dbb1d8c225f60b7936102935cd0c7ea77f88fd 100644
--- a/media/base/android/android_cdm_factory.cc
+++ b/media/base/android/android_cdm_factory.cc
@@ -44,7 +44,7 @@ void AndroidCdmFactory::Create(
// This is used for testing.
if (base::FeatureList::IsEnabled(media::kExternalClearKeyForTesting) &&
IsExternalClearKey(key_system)) {
- scoped_refptr<MediaKeys> cdm(
+ scoped_refptr<ContentDecryptionModule> cdm(
jrummell 2016/12/12 22:08:39 nit: Should include content_decryption_module.h si
xhwang 2016/12/12 22:32:50 Done.
new AesDecryptor(security_origin, session_message_cb, session_closed_cb,
session_keys_change_cb));
bound_cdm_created_cb.Run(cdm, "");

Powered by Google App Engine
This is Rietveld 408576698