Index: chrome/browser/ui/cocoa/hung_renderer_controller.mm |
diff --git a/chrome/browser/ui/cocoa/hung_renderer_controller.mm b/chrome/browser/ui/cocoa/hung_renderer_controller.mm |
index 524e5b4321147d80f9c4b4ea9e99e5b40670675c..5035873e7b6a59933bb6d6736ebc175385a4b48b 100644 |
--- a/chrome/browser/ui/cocoa/hung_renderer_controller.mm |
+++ b/chrome/browser/ui/cocoa/hung_renderer_controller.mm |
@@ -51,7 +51,7 @@ class WebContentsObserverBridge : public content::WebContentsObserver { |
virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE { |
[controller_ renderProcessGone]; |
} |
- virtual void WebContentsDestroyed(WebContents* tab) OVERRIDE { |
+ virtual void WebContentsDestroyed() OVERRIDE { |
[controller_ renderProcessGone]; |
} |