mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-02 09:18:52 +00:00
LibWebView: Remove now-unused ProcessManager HTML generator
This commit is contained in:
parent
45d8cd5c9f
commit
942f26a846
Notes:
github-actions[bot]
2025-03-19 14:04:15 +00:00
Author: https://github.com/trflynn89
Commit: 942f26a846
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3967
Reviewed-by: https://github.com/shannonbooth
4 changed files with 0 additions and 101 deletions
|
@ -321,16 +321,6 @@ Optional<Process&> Application::find_process(pid_t pid)
|
|||
return m_process_manager.find_process(pid);
|
||||
}
|
||||
|
||||
void Application::update_process_statistics()
|
||||
{
|
||||
m_process_manager.update_all_process_statistics();
|
||||
}
|
||||
|
||||
String Application::generate_process_statistics_html()
|
||||
{
|
||||
return m_process_manager.generate_html();
|
||||
}
|
||||
|
||||
void Application::send_updated_process_statistics_to_view(ViewImplementation& view)
|
||||
{
|
||||
m_process_manager.update_all_process_statistics();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue