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/PGPU.ipdl | |
parent | a3e8c9f82fb57bdfae9cad40b3d1e6587b73994b (diff) | |
download | UXP-612459488e5810335c493c467c239c40787cc1d3.tar UXP-612459488e5810335c493c467c239c40787cc1d3.tar.gz UXP-612459488e5810335c493c467c239c40787cc1d3.tar.lz UXP-612459488e5810335c493c467c239c40787cc1d3.tar.xz UXP-612459488e5810335c493c467c239c40787cc1d3.zip |
Remove IPC CrashReporterClient/Host
Tag #20.
Diffstat (limited to 'gfx/ipc/PGPU.ipdl')
-rw-r--r-- | gfx/ipc/PGPU.ipdl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gfx/ipc/PGPU.ipdl b/gfx/ipc/PGPU.ipdl index c442335c9..d36c51394 100644 --- a/gfx/ipc/PGPU.ipdl +++ b/gfx/ipc/PGPU.ipdl @@ -89,8 +89,6 @@ child: // Graphics errors, analogous to PContent::GraphicsError async GraphicsError(nsCString aError); - async InitCrashReporter(Shmem shmem); - // Have a message be broadcasted to the UI process by the UI process // observer service. async NotifyUiObservers(nsCString aTopic); |