summaryrefslogtreecommitdiffstats
path: root/dom/ipc/ContentParent.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-05-24 16:18:59 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-05-24 16:18:59 +0200
commit19334fd5af4b6335fd6800c8f17484f938649a64 (patch)
tree957ba1b692cfa865586da54c62d1e28d9afc7e88 /dom/ipc/ContentParent.h
parentac25827a87d86f1cf9e48aab6605f77a2c89041a (diff)
downloadUXP-19334fd5af4b6335fd6800c8f17484f938649a64.tar
UXP-19334fd5af4b6335fd6800c8f17484f938649a64.tar.gz
UXP-19334fd5af4b6335fd6800c8f17484f938649a64.tar.lz
UXP-19334fd5af4b6335fd6800c8f17484f938649a64.tar.xz
UXP-19334fd5af4b6335fd6800c8f17484f938649a64.zip
Remove IPC profile functions.
Resolves #378.
Diffstat (limited to 'dom/ipc/ContentParent.h')
-rw-r--r--dom/ipc/ContentParent.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dom/ipc/ContentParent.h b/dom/ipc/ContentParent.h
index c5d23e888..f1719c059 100644
--- a/dom/ipc/ContentParent.h
+++ b/dom/ipc/ContentParent.h
@@ -1015,12 +1015,8 @@ private:
virtual bool RecvUpdateDropEffect(const uint32_t& aDragAction,
const uint32_t& aDropEffect) override;
- virtual bool RecvProfile(const nsCString& aProfile) override;
-
virtual bool RecvGetGraphicsDeviceInitData(ContentDeviceData* aOut) override;
- void StartProfiler(nsIProfilerStartParams* aParams);
-
virtual bool RecvGetAndroidSystemInfo(AndroidSystemInfo* aInfo) override;
virtual bool RecvNotifyBenchmarkResult(const nsString& aCodecName,