mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Remove GMP, Plugin and IPC crash reporter hooks.
Stubs will be removed in follow-up Tag #20.
This commit is contained in:
parent
22a077d0ed
commit
a3f981092e
22 changed files with 8 additions and 373 deletions
|
|
@ -26,7 +26,6 @@
|
|||
#include "widevine-adapter/WidevineAdapter.h"
|
||||
|
||||
using namespace mozilla::ipc;
|
||||
using mozilla::dom::CrashReporterChild;
|
||||
|
||||
static const int MAX_VOUCHER_LENGTH = 500000;
|
||||
|
||||
|
|
@ -331,19 +330,6 @@ GMPChild::ProcessingError(Result aCode, const char* aReason)
|
|||
}
|
||||
}
|
||||
|
||||
mozilla::dom::PCrashReporterChild*
|
||||
GMPChild::AllocPCrashReporterChild(const NativeThreadId& aThread)
|
||||
{
|
||||
return new CrashReporterChild();
|
||||
}
|
||||
|
||||
bool
|
||||
GMPChild::DeallocPCrashReporterChild(PCrashReporterChild* aCrashReporter)
|
||||
{
|
||||
delete aCrashReporter;
|
||||
return true;
|
||||
}
|
||||
|
||||
PGMPTimerChild*
|
||||
GMPChild::AllocPGMPTimerChild()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue