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

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: Fix typos Created 6 years, 1 month 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..e8c7b641c3ce69f0ae789c77950e2b518da44472 100644
--- a/content/browser/renderer_host/render_process_host_impl.h
+++ b/content/browser/renderer_host/render_process_host_impl.h
@@ -105,6 +105,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
bool IsIsolatedGuest() const override;
StoragePartition* GetStoragePartition() const override;
bool FastShutdownIfPossible() override;
+ bool FastShutdown(int exit_code, bool wait) override;
void DumpHandles() override;
base::ProcessHandle GetHandle() const override;
BrowserContext* GetBrowserContext() const override;

Powered by Google App Engine
This is Rietveld 408576698