Add killed argument for webContents.on("crashed") and app.on("gpu-process-crashed") events
This commit is contained in:
parent
d4b204799d
commit
8567f79e67
5 changed files with 17 additions and 6 deletions
|
@ -102,7 +102,7 @@ class App : public AtomBrowserClient::Delegate,
|
|||
std::unique_ptr<content::ClientCertificateDelegate> delegate) override;
|
||||
|
||||
// content::GpuDataManagerObserver:
|
||||
void OnGpuProcessCrashed(base::TerminationStatus exit_code) override;
|
||||
void OnGpuProcessCrashed(base::TerminationStatus status) override;
|
||||
|
||||
private:
|
||||
// Get/Set the pre-defined path in PathService.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue