mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07: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
|
|
@ -168,9 +168,6 @@ private:
|
|||
RefPtr<GenericPromise> ReadChromiumManifestFile(nsIFile* aFile); // GMP thread.
|
||||
void ActorDestroy(ActorDestroyReason aWhy) override;
|
||||
|
||||
PCrashReporterParent* AllocPCrashReporterParent(const NativeThreadId& aThread) override;
|
||||
bool DeallocPCrashReporterParent(PCrashReporterParent* aCrashReporter) override;
|
||||
|
||||
bool RecvPGMPStorageConstructor(PGMPStorageParent* actor) override;
|
||||
PGMPStorageParent* AllocPGMPStorageParent() override;
|
||||
bool DeallocPGMPStorageParent(PGMPStorageParent* aActor) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue