mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibIPC: Remove socket path from IPC Client connections
We don't need these for Ladybird, and they are the only users of some LibCore functions we can remove as well.
This commit is contained in:
parent
310cdc35f0
commit
1549d393b9
Notes:
github-actions[bot]
2024-11-26 10:01:57 +00:00
Author: https://github.com/ADKaster
Commit: 1549d393b9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2582
5 changed files with 4 additions and 18 deletions
|
@ -26,7 +26,7 @@ class ViewImplementation;
|
|||
class WebContentClient final
|
||||
: public IPC::ConnectionToServer<WebContentClientEndpoint, WebContentServerEndpoint>
|
||||
, public WebContentClientEndpoint {
|
||||
IPC_CLIENT_CONNECTION(WebContentClient, "/tmp/session/%sid/portal/webcontent"sv);
|
||||
C_OBJECT_ABSTRACT(WebContentClient);
|
||||
|
||||
public:
|
||||
static Optional<ViewImplementation&> view_for_pid_and_page_id(pid_t pid, u64 page_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue