Index: chrome/browser/ui/browser_command_controller.h |
diff --git a/chrome/browser/ui/browser_command_controller.h b/chrome/browser/ui/browser_command_controller.h |
index 7c6a8d4276bccd0e3262eb6597703630e65906af..761b9e990699f683b6194215cb90de2ab27d69c6 100644 |
--- a/chrome/browser/ui/browser_command_controller.h |
+++ b/chrome/browser/ui/browser_command_controller.h |
@@ -106,7 +106,8 @@ class BrowserCommandController : public CommandUpdaterDelegate, |
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, |