mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
Ladybird+WebContent: Add chrome command line and exe path passing
This commit is contained in:
parent
c94fc7d3b0
commit
dc2233ef7a
9 changed files with 54 additions and 8 deletions
|
@ -11,6 +11,12 @@
|
|||
|
||||
namespace Web {
|
||||
|
||||
static String s_chrome_process_command_line {};
|
||||
static String s_chrome_process_executable_path {};
|
||||
|
||||
void set_chrome_process_command_line(StringView command_line);
|
||||
void set_chrome_process_executable_path(StringView executable_path);
|
||||
|
||||
ErrorOr<String> load_error_page(AK::URL const&);
|
||||
|
||||
ErrorOr<String> load_file_directory_page(AK::URL const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue