summaryrefslogtreecommitdiffstats
path: root/dom/ipc/ContentChild.h
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-06 19:47:29 -0500
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 12:31:31 +0200
commit11a4ab0982caa3a4c22a08a72a134e2c402430ec (patch)
treedf8f3a33c0360fe4be68108d91b516d1a1ce0232 /dom/ipc/ContentChild.h
parent8c41fcd24048154e3526e506157d337a2ab434e8 (diff)
downloadUXP-11a4ab0982caa3a4c22a08a72a134e2c402430ec.tar
UXP-11a4ab0982caa3a4c22a08a72a134e2c402430ec.tar.gz
UXP-11a4ab0982caa3a4c22a08a72a134e2c402430ec.tar.lz
UXP-11a4ab0982caa3a4c22a08a72a134e2c402430ec.tar.xz
UXP-11a4ab0982caa3a4c22a08a72a134e2c402430ec.zip
Issue #1395 - Remove FlyWeb Service
Diffstat (limited to 'dom/ipc/ContentChild.h')
-rw-r--r--dom/ipc/ContentChild.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/dom/ipc/ContentChild.h b/dom/ipc/ContentChild.h
index 403328a21..2b36560e2 100644
--- a/dom/ipc/ContentChild.h
+++ b/dom/ipc/ContentChild.h
@@ -297,12 +297,6 @@ public:
virtual bool DeallocPStorageChild(PStorageChild* aActor) override;
- virtual PFlyWebPublishedServerChild*
- AllocPFlyWebPublishedServerChild(const nsString& name,
- const FlyWebPublishOptions& params) override;
-
- virtual bool DeallocPFlyWebPublishedServerChild(PFlyWebPublishedServerChild* aActor) override;
-
virtual bool RecvNotifyEmptyHTTPCache() override;
virtual PSpeechSynthesisChild* AllocPSpeechSynthesisChild() override;