Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 60ac1ea5a9cc48508a839983c489ada7444f3e1d..7b2319f0e03ed8326e3a7b77faf7cff4bb7f645a 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -410,7 +410,8 @@ class Browser : public TabStripModelObserver, |
content::WebContents* contents, |
int index) OVERRIDE; |
virtual void TabDetachedAt(content::WebContents* contents, |
- int index) OVERRIDE; |
+ int index, |
+ bool closing_all) OVERRIDE; |
virtual void TabDeactivated(content::WebContents* contents) OVERRIDE; |
virtual void ActiveTabChanged(content::WebContents* old_contents, |
content::WebContents* new_contents, |