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 74ac574d5439830d30b2b7dfca5f4e46fa8dbb06..67fc03f27d938f4bbd0bac27ec35de5edd206aa0 100644 |
--- a/content/public/browser/render_process_host.h |
+++ b/content/public/browser/render_process_host.h |
@@ -300,6 +300,9 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender, |
virtual void IncrementWorkerRefCount() = 0; |
virtual void DecrementWorkerRefCount() = 0; |
+ // Purges and suspends the renderer process. |
+ virtual void PurgeAndSuspend() = 0; |
+ |
// Returns the current number of active views in this process. Excludes |
// any RenderViewHosts that are swapped out. |
size_t GetActiveViewCount(); |