summaryrefslogtreecommitdiffstats
path: root/dom/ipc/ContentChild.cpp
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.cpp
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.cpp')
-rw-r--r--dom/ipc/ContentChild.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/dom/ipc/ContentChild.cpp b/dom/ipc/ContentChild.cpp
index 41856eef8..6b914372b 100644
--- a/dom/ipc/ContentChild.cpp
+++ b/dom/ipc/ContentChild.cpp
@@ -29,7 +29,6 @@
#include "mozilla/dom/DataTransfer.h"
#include "mozilla/dom/DOMStorageIPC.h"
#include "mozilla/dom/ExternalHelperAppChild.h"
-#include "mozilla/dom/FlyWebPublishedServerIPC.h"
#include "mozilla/dom/GetFilesHelper.h"
#include "mozilla/dom/ProcessGlobal.h"
#include "mozilla/dom/PushNotifier.h"
@@ -1415,22 +1414,6 @@ ContentChild::SendPBlobConstructor(PBlobChild* aActor,
return PContentChild::SendPBlobConstructor(aActor, aParams);
}
-PFlyWebPublishedServerChild*
-ContentChild::AllocPFlyWebPublishedServerChild(const nsString& name,
- const FlyWebPublishOptions& params)
-{
- MOZ_CRASH("We should never be manually allocating PFlyWebPublishedServerChild actors");
- return nullptr;
-}
-
-bool
-ContentChild::DeallocPFlyWebPublishedServerChild(PFlyWebPublishedServerChild* aActor)
-{
- RefPtr<FlyWebPublishedServerChild> actor =
- dont_AddRef(static_cast<FlyWebPublishedServerChild*>(aActor));
- return true;
-}
-
bool
ContentChild::RecvNotifyEmptyHTTPCache()
{