LibWebView: Remove now-unused ProcessManager HTML generator

This commit is contained in:
Timothy Flynn 2025-03-16 12:43:23 -04:00 committed by Tim Flynn
commit 942f26a846
Notes: github-actions[bot] 2025-03-19 14:04:15 +00:00
4 changed files with 0 additions and 101 deletions

View file

@ -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;