summaryrefslogtreecommitdiffstats
path: root/dom
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-24 09:30:19 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-24 14:03:34 +0200
commitc8b38a18031f6ae0fca8b2bef73daa86f6f96ae8 (patch)
tree5fb39117a08ff66766c276a3741eeefb491be490 /dom
parent94988a2b4e6bd85ee8216c65cc8cd73d14cf1ad1 (diff)
downloadUXP-c8b38a18031f6ae0fca8b2bef73daa86f6f96ae8.tar
UXP-c8b38a18031f6ae0fca8b2bef73daa86f6f96ae8.tar.gz
UXP-c8b38a18031f6ae0fca8b2bef73daa86f6f96ae8.tar.lz
UXP-c8b38a18031f6ae0fca8b2bef73daa86f6f96ae8.tar.xz
UXP-c8b38a18031f6ae0fca8b2bef73daa86f6f96ae8.zip
Remove CrashReporterParent leftover.
Tag #20.
Diffstat (limited to 'dom')
-rw-r--r--dom/plugins/ipc/PluginModuleParent.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/dom/plugins/ipc/PluginModuleParent.h b/dom/plugins/ipc/PluginModuleParent.h
index a84666ab5..040cd9168 100644
--- a/dom/plugins/ipc/PluginModuleParent.h
+++ b/dom/plugins/ipc/PluginModuleParent.h
@@ -33,9 +33,6 @@ namespace mozilla {
#ifdef MOZ_ENABLE_PROFILER_SPS
class ProfileGatherer;
#endif
-namespace dom {
-class CrashReporterParent;
-} // namespace dom
namespace layers {
class TextureClientRecycleAllocator;
@@ -75,7 +72,6 @@ class PluginModuleParent
{
protected:
typedef mozilla::PluginLibrary PluginLibrary;
- typedef mozilla::dom::CrashReporterParent CrashReporterParent;
PPluginInstanceParent*
AllocPPluginInstanceParent(const nsCString& aMimeType,
@@ -340,7 +336,6 @@ protected:
bool
GetPluginDetails();
- friend class mozilla::dom::CrashReporterParent;
friend class mozilla::plugins::PluginAsyncSurrogate;
bool mIsStartingAsync;
@@ -520,8 +515,6 @@ private:
int32_t aSandboxLevel,
bool aAllowAsyncInit);
- CrashReporterParent* CrashReporter();
-
void CleanupFromTimeout(const bool aByHangUI);
virtual void UpdatePluginTimeout() override;
@@ -579,7 +572,6 @@ private:
FinishHangUI();
#endif
- friend class mozilla::dom::CrashReporterParent;
friend class mozilla::plugins::PluginAsyncSurrogate;
void OnProcessLaunched(const bool aSucceeded);