Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1869)

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 740813004: Use StopChildProcess instead of base::KillProcess to kill a renderer process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/render_process_host_impl.h
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
index b4e77d4f247b6c4113fc20c892ce4a83bca0c26d..9175a2c6c0dfa9cb58ad3bd60e59bd9a8347543e 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -104,6 +104,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
int VisibleWidgetCount() const override;
bool IsIsolatedGuest() const override;
StoragePartition* GetStoragePartition() const override;
+ bool Shutdown(int exit_code, bool wait) override;
bool FastShutdownIfPossible() override;
void DumpHandles() override;
base::ProcessHandle GetHandle() const override;
« no previous file with comments | « content/browser/manifest/manifest_manager_host.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698