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

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: 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
« no previous file with comments | « content/public/test/browser_test_utils.cc ('k') | content/public/test/mock_render_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..4e2cf8e9595a7a209f8a5a046ea8c676e0d36623 100644
--- a/content/public/test/mock_render_process_host.h
+++ b/content/public/test/mock_render_process_host.h
@@ -47,6 +47,7 @@ class MockRenderProcessHost : public RenderProcessHost {
bool IsIsolatedGuest() const override;
StoragePartition* GetStoragePartition() const override;
virtual void AddWord(const base::string16& word);
+ bool Shutdown(int exit_code, bool wait) override;
bool FastShutdownIfPossible() override;
bool FastShutdownStarted() const override;
void DumpHandles() override;
« no previous file with comments | « content/public/test/browser_test_utils.cc ('k') | content/public/test/mock_render_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698