1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:48:10 +00:00

Base: Launch WebContent at session start-up

This commit is contained in:
Lucas CHOLLET 2022-07-24 15:12:04 +02:00 committed by Linus Groh
parent 266e18e0b6
commit ac7b0e69e5
10 changed files with 21 additions and 18 deletions

View file

@ -19,7 +19,7 @@ class OutOfProcessWebView;
class WebContentClient final
: public IPC::ConnectionToServer<WebContentClientEndpoint, WebContentServerEndpoint>
, public WebContentClientEndpoint {
IPC_CLIENT_CONNECTION(WebContentClient, "/tmp/portal/webcontent"sv);
IPC_CLIENT_CONNECTION(WebContentClient, "/tmp/user/%uid/portal/webcontent"sv);
public:
Function<void()> on_web_content_process_crash;