mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
posix: Added option to disable signal handlers
See https://github.com/chromiumembedded/java-cef/issues/477
This commit is contained in:
committed by
Marshall Greenblatt
parent
b61c106b6b
commit
785713c4cc
@@ -62,7 +62,9 @@ class CefMainRunner final {
|
||||
// Called from Initialize().
|
||||
int ContentMainInitialize(const CefMainArgs& args,
|
||||
void* windows_sandbox_info,
|
||||
int* no_sandbox);
|
||||
int* no_sandbox,
|
||||
bool disable_signal_handlers);
|
||||
|
||||
int ContentMainRun(bool* initialized, base::OnceClosure context_initialized);
|
||||
|
||||
static void BeforeMainInitialize(const CefMainArgs& args);
|
||||
|
Reference in New Issue
Block a user