summaryrefslogtreecommitdiff
path: root/dom/media/gmp/GMPDecryptorParent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/gmp/GMPDecryptorParent.cpp')
-rw-r--r--dom/media/gmp/GMPDecryptorParent.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/dom/media/gmp/GMPDecryptorParent.cpp b/dom/media/gmp/GMPDecryptorParent.cpp
index 56474e9736..c41d5d18f5 100644
--- a/dom/media/gmp/GMPDecryptorParent.cpp
+++ b/dom/media/gmp/GMPDecryptorParent.cpp
@@ -42,19 +42,6 @@ GMPDecryptorParent::~GMPDecryptorParent()
{
}
-bool
-GMPDecryptorParent::RecvSetDecryptorId(const uint32_t& aId)
-{
-#ifdef MOZ_EME
- if (!mIsOpen) {
- NS_WARNING("Trying to use a dead GMP decrypter!");
- return false;
- }
- mCallback->SetDecryptorId(aId);
-#endif
- return true;
-}
-
nsresult
GMPDecryptorParent::Init(GMPDecryptorProxyCallback* aCallback,
bool aDistinctiveIdentifierRequired,