You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-22 22:17:48 +02:00
Detect the "crashpad-handler" subprocess
Set the same SetProcessShutdownParameters parameter value as Chromium in the crashpad handler process.
This commit is contained in:
@ -448,7 +448,7 @@ type
|
||||
// in the main thread before closing the browser.
|
||||
TCefCloseBrowserAction = (cbaClose, cbaDelay, cbaCancel);
|
||||
|
||||
TCefProcessType = (ptBrowser, ptRenderer, ptZygote, ptGPU, ptUtility, ptBroker, ptOther);
|
||||
TCefProcessType = (ptBrowser, ptRenderer, ptZygote, ptGPU, ptUtility, ptBroker, ptCrashpad, ptOther);
|
||||
|
||||
// Used in TChromium preferences to allow or block cookies.
|
||||
TCefCookiePref = (cpDefault, cpAllow, cpBlock);
|
||||
|
Reference in New Issue
Block a user