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/ipc/PContent.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/ipc/PContent.ipdl')
-rw-r--r-- | dom/ipc/PContent.ipdl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dom/ipc/PContent.ipdl b/dom/ipc/PContent.ipdl index a914c4cc8..df9eeb147 100644 --- a/dom/ipc/PContent.ipdl +++ b/dom/ipc/PContent.ipdl @@ -464,15 +464,6 @@ child: */ async LoadPluginResult(uint32_t aPluginId, bool aResult); - /** - * Control the Gecko Profiler in the child process. - */ - async StartProfiler(ProfilerInitParams params); - async StopProfiler(); - async PauseProfiler(bool aPause); - - async GatherProfile(); - async InvokeDragSession(IPCDataTransfer[] transfers, uint32_t action); async EndDragSession(bool aDoneDrag, bool aUserCancelled, @@ -958,8 +949,6 @@ parent: async PContentPermissionRequest(PermissionRequest[] aRequests, Principal aPrincipal, TabId tabId); - async Profile(nsCString aProfile); - /** * Request graphics initialization information from the parent. */ |