Index: content/browser/manifest/manifest_manager_host.cc |
diff --git a/content/browser/manifest/manifest_manager_host.cc b/content/browser/manifest/manifest_manager_host.cc |
index 50b3ecade66ca6ab3dd258dc8785787920962c71..d32a8c349cba212852e94b04903216ad95696d2a 100644 |
--- a/content/browser/manifest/manifest_manager_host.cc |
+++ b/content/browser/manifest/manifest_manager_host.cc |
@@ -19,7 +19,8 @@ void KillRenderer(RenderFrameHost* render_frame_host) { |
render_frame_host->GetProcess()->GetHandle(); |
if (process_handle == base::kNullProcessHandle) |
return; |
- base::KillProcess(process_handle, RESULT_CODE_KILLED_BAD_MESSAGE, false); |
+ render_frame_host->GetProcess()->Shutdown(RESULT_CODE_KILLED_BAD_MESSAGE, |
+ false); |
} |
} // anonymous namespace |