mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:27:46 +00:00
FileSystemAccessServer: Add expose_window_server_client_id()
This will expose the client id of the WindowServerConnection this instance of FileSystemAccessServer is using.
This commit is contained in:
parent
38594dde79
commit
f5e0475bdf
3 changed files with 9 additions and 0 deletions
|
@ -33,6 +33,8 @@ private:
|
|||
void prompt_helper(Optional<String> const&, Core::OpenMode const&);
|
||||
RefPtr<GUI::Window> create_dummy_child_window(i32, i32);
|
||||
|
||||
virtual Messages::FileSystemAccessServer::ExposeWindowServerClientIdResponse expose_window_server_client_id() override;
|
||||
|
||||
HashMap<String, Core::OpenMode> m_approved_files;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue