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

Unified Diff: content/public/browser/render_process_host.h

Issue 857213003: Refactor sudden termination (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nits Created 5 years, 10 months 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/common/frame_messages.h ('k') | content/public/test/mock_render_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_process_host.h
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
index b74e38f20592baff448d2e28209a38cd98abdb02..e141f3312f8f1c75faaec8d2d2de68fa5b9256d2 100644
--- a/content/public/browser/render_process_host.h
+++ b/content/public/browser/render_process_host.h
@@ -185,9 +185,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
virtual void AddPendingView() = 0;
virtual void RemovePendingView() = 0;
- // Sets a flag indicating that the process can be abnormally terminated.
- virtual void SetSuddenTerminationAllowed(bool allowed) = 0;
- // Returns true if the process can be abnormally terminated.
+ // Returns true if the process can be immediately terminated.
virtual bool SuddenTerminationAllowed() const = 0;
// Returns how long the child has been idle. The definition of idle
« no previous file with comments | « content/common/frame_messages.h ('k') | content/public/test/mock_render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698