From 19334fd5af4b6335fd6800c8f17484f938649a64 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Thu, 24 May 2018 16:18:59 +0200 Subject: Remove IPC profile functions. Resolves #378. --- dom/plugins/ipc/PPluginModule.ipdl | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'dom/plugins/ipc/PPluginModule.ipdl') diff --git a/dom/plugins/ipc/PPluginModule.ipdl b/dom/plugins/ipc/PPluginModule.ipdl index 6d83f3a3b..6797b49a7 100644 --- a/dom/plugins/ipc/PPluginModule.ipdl +++ b/dom/plugins/ipc/PPluginModule.ipdl @@ -92,14 +92,6 @@ child: async SetParentHangTimeout(uint32_t seconds); - /** - * Control the Gecko Profiler in the plugin process. - */ - async StartProfiler(ProfilerInitParams params); - async StopProfiler(); - - async GatherProfile(); - async SettingChanged(PluginSettings settings); async NPP_SetValue_NPNVaudioDeviceChangeDetails(NPAudioDeviceChangeDetailsIPC changeDetails); @@ -148,8 +140,6 @@ parent: // down the plugin process in response. async NotifyContentModuleDestroyed(); - async Profile(nsCString aProfile); - // Answers to request about site data async ReturnClearSiteData(NPError aRv, uint64_t aCallbackId); -- cgit v1.2.3