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

Unified Diff: content/public/test/mock_render_process_host.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/public/test/mock_render_process_host.h
diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
index 81df68607d630ff83f0475bb9b2284ba3078724f..4e39b341f876ee8dce3bebba441e64c111783a7c 100644
--- a/content/public/test/mock_render_process_host.h
+++ b/content/public/test/mock_render_process_host.h
@@ -48,6 +48,7 @@ class MockRenderProcessHost : public RenderProcessHost {
StoragePartition* GetStoragePartition() const override;
virtual void AddWord(const base::string16& word);
bool FastShutdownIfPossible() override;
+ bool FastShutdown(int exit_code, bool wait) override;
bool FastShutdownStarted() const override;
void DumpHandles() override;
base::ProcessHandle GetHandle() const override;

Powered by Google App Engine
This is Rietveld 408576698