GetHandle() -> GetProcess().Handle()

This commit is contained in:
Jeremy Apthorp 2018-09-14 17:13:02 -07:00 committed by Aleksei Kuzmin
parent 1c60f9e468
commit b9cd3493ac
3 changed files with 5 additions and 3 deletions

View file

@ -800,7 +800,8 @@ void App::BrowserChildProcessKilled(
}
void App::RenderProcessReady(content::RenderProcessHost* host) {
ChildProcessLaunched(content::PROCESS_TYPE_RENDERER, host->GetHandle());
ChildProcessLaunched(content::PROCESS_TYPE_RENDERER,
host->GetProcess().Handle());
}
void App::RenderProcessDisconnected(base::ProcessId host_pid) {