diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-22 19:19:56 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-22 19:19:56 +0200 |
commit | 612459488e5810335c493c467c239c40787cc1d3 (patch) | |
tree | c2af0c54608799f2ecb79760bd02c9cf5b25911a /gfx/ipc/GPUChild.cpp | |
parent | a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b (diff) | |
download | uxp-612459488e5810335c493c467c239c40787cc1d3.tar.gz |
Remove IPC CrashReporterClient/Host
Tag #20.
Diffstat (limited to 'gfx/ipc/GPUChild.cpp')
-rw-r--r-- | gfx/ipc/GPUChild.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gfx/ipc/GPUChild.cpp b/gfx/ipc/GPUChild.cpp index 3c27976832..a075716e32 100644 --- a/gfx/ipc/GPUChild.cpp +++ b/gfx/ipc/GPUChild.cpp @@ -14,7 +14,6 @@ #if defined(XP_WIN) # include "mozilla/gfx/DeviceManagerDx.h" #endif -#include "mozilla/ipc/CrashReporterHost.h" namespace mozilla { namespace gfx { @@ -119,12 +118,6 @@ GPUChild::RecvGraphicsError(const nsCString& aError) } bool -GPUChild::RecvInitCrashReporter(Shmem&& aShmem) -{ - return true; -} - -bool GPUChild::RecvNotifyUiObservers(const nsCString& aTopic) { nsCOMPtr<nsIObserverService> obsSvc = mozilla::services::GetObserverService(); |