mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +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
|
@ -56,10 +56,6 @@ public:
|
|||
#endif
|
||||
Optional<Process&> find_process(pid_t);
|
||||
|
||||
// FIXME: Should we just expose the ProcessManager via a getter?
|
||||
void update_process_statistics();
|
||||
String generate_process_statistics_html();
|
||||
|
||||
void send_updated_process_statistics_to_view(ViewImplementation&);
|
||||
|
||||
ErrorOr<LexicalPath> path_for_downloaded_file(StringView file) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue