Remove IPC profile functions.

Resolves #378.
This commit is contained in:
wolfbeast 2018-05-24 16:18:59 +02:00 committed by Roy Tam
commit e17c0d4d87
10 changed files with 0 additions and 159 deletions

View file

@ -454,14 +454,6 @@ public:
virtual bool RecvUpdateWindow(const uintptr_t& aChildId) override;
virtual bool RecvStartProfiler(const ProfilerInitParams& params) override;
virtual bool RecvPauseProfiler(const bool& aPause) override;
virtual bool RecvStopProfiler() override;
virtual bool RecvGatherProfile() override;
virtual bool RecvDomainSetChanged(const uint32_t& aSetType,
const uint32_t& aChangeType,
const OptionalURIParams& aDomain) override;