Using process handle from RenderProcessHost

This commit is contained in:
Hari Krishna Reddy Juturu 2017-05-19 21:28:52 -07:00
parent de5eaf9336
commit e5a9ef296d
2 changed files with 7 additions and 7 deletions

View file

@ -148,7 +148,7 @@ class App : public AtomBrowserClient::Delegate,
void SetAppPath(const base::FilePath& app_path);
void ChildProcessLaunched(
int process_type,
base::ProcessId id);
base::ProcessHandle handle);
void ChildProcessDisconnected(
base::ProcessId pid);