use content::ChildProcessTerminationInfo
This commit is contained in:
parent
280421393e
commit
1c60f9e468
4 changed files with 18 additions and 14 deletions
|
@ -123,9 +123,9 @@ class AtomBrowserClient : public brightray::BrowserClient,
|
|||
// content::RenderProcessHostObserver:
|
||||
void RenderProcessHostDestroyed(content::RenderProcessHost* host) override;
|
||||
void RenderProcessReady(content::RenderProcessHost* host) override;
|
||||
void RenderProcessExited(content::RenderProcessHost* host,
|
||||
base::TerminationStatus status,
|
||||
int exit_code) override;
|
||||
void RenderProcessExited(
|
||||
content::RenderProcessHost* host,
|
||||
const content::ChildProcessTerminationInfo& info) override;
|
||||
bool HandleExternalProtocol(
|
||||
const GURL& url,
|
||||
content::ResourceRequestInfo::WebContentsGetter web_contents_getter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue