Add killed argument for webContents.on("crashed") and app.on("gpu-process-crashed") events

This commit is contained in:
Milan Burda 2016-09-17 17:00:45 -07:00
parent d4b204799d
commit 8567f79e67
5 changed files with 17 additions and 6 deletions

View file

@ -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.