Index: content/browser/renderer_host/browser_render_process_host.h |
diff --git a/content/browser/renderer_host/browser_render_process_host.h b/content/browser/renderer_host/browser_render_process_host.h |
index 4124e4c53f16804c902582ed2a303f87cf8a8194..191b816f826b7c871195598173057f8f8638a9d5 100644 |
--- a/content/browser/renderer_host/browser_render_process_host.h |
+++ b/content/browser/renderer_host/browser_render_process_host.h |
@@ -46,6 +46,7 @@ class BrowserRenderProcessHost : public RenderProcessHost, |
virtual ~BrowserRenderProcessHost(); |
// RenderProcessHost implementation (public portion). |
+ virtual void PrepareForReuse(); |
virtual bool Init(bool is_accessibility_enabled); |
virtual int GetNextRoutingID(); |
virtual void CancelResourceRequests(int render_widget_id); |