Index: content/public/browser/render_process_host_observer.h |
diff --git a/content/public/browser/render_process_host_observer.h b/content/public/browser/render_process_host_observer.h |
index 867bc7cc3a0e9515ba66c7328bd4e7cea5c43211..926b66d1dd3dd252bac3209d89e553faa781575b 100644 |
--- a/content/public/browser/render_process_host_observer.h |
+++ b/content/public/browser/render_process_host_observer.h |
@@ -23,7 +23,6 @@ class CONTENT_EXPORT RenderProcessHostObserver { |
// |
// Note that this is equivalent to WebContentsObserver::RenderProcessGone(). |
virtual void RenderProcessExited(RenderProcessHost* host, |
- base::ProcessHandle handle, |
base::TerminationStatus status, |
int exit_code) {} |