diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-24 16:18:59 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-24 16:18:59 +0200 |
commit | 19334fd5af4b6335fd6800c8f17484f938649a64 (patch) | |
tree | 957ba1b692cfa865586da54c62d1e28d9afc7e88 /dom/plugins/ipc/PPluginModule.ipdl | |
parent | ac25827a87d86f1cf9e48aab6605f77a2c89041a (diff) | |
download | UXP-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/plugins/ipc/PPluginModule.ipdl')
-rw-r--r-- | dom/plugins/ipc/PPluginModule.ipdl | 10 |
1 files changed, 0 insertions, 10 deletions
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); |