Index: chrome/browser/ui/unload_controller.h |
diff --git a/chrome/browser/ui/unload_controller.h b/chrome/browser/ui/unload_controller.h |
index 47e50b06d5be309ceec7b961ff8af03b5ababa75..9b2e2c195c69b1b1c0905fceff5c5b271e2670c1 100644 |
--- a/chrome/browser/ui/unload_controller.h |
+++ b/chrome/browser/ui/unload_controller.h |
@@ -103,7 +103,8 @@ class UnloadController : public content::NotificationObserver, |
int index, |
bool foreground) OVERRIDE; |
virtual void TabDetachedAt(content::WebContents* contents, |
- int index) OVERRIDE; |
+ int index, |
+ bool closing_all) OVERRIDE; |
virtual void TabReplacedAt(TabStripModel* tab_strip_model, |
content::WebContents* old_contents, |
content::WebContents* new_contents, |