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

Unified Diff: webkit/media/crypto/key_systems.cc

Issue 10836038: Call CDMWrapper from PpapiDecryptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add PP_DecryptionBuffer_Dev and update Decrypt() PPP call. Created 8 years, 4 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: webkit/media/crypto/key_systems.cc
diff --git a/webkit/media/crypto/key_systems.cc b/webkit/media/crypto/key_systems.cc
index 11a307c8ad671af4e6d7ad343f7da11ca634fb51..401d6eecd0cffa1548b83b83e2c3d4fd254b5344 100644
--- a/webkit/media/crypto/key_systems.cc
+++ b/webkit/media/crypto/key_systems.cc
@@ -48,7 +48,7 @@ supported_format_key_system_combinations[] = {
static const KeySystemPluginTypePair key_system_to_plugin_type_mapping[] = {
// TODO(xhwang): Update this with the real plugin name.
- { kExternalClearKeyKeySystem, "application/x-ppapi-example" }
+ { kExternalClearKeyKeySystem, "application/x-ppapi-content-encryption" }
};
static bool IsSupportedKeySystemWithContainerAndCodec(

Powered by Google App Engine
This is Rietveld 408576698