| Index: chrome/browser/ui/gtk/browser_window_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| index f343c44ecf2e4b762abb3a6a910fe559416d8ae5..c3b49ff13236d075e3f1710c7a30a866bf8e6277 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| @@ -1198,7 +1198,9 @@ void BrowserWindowGtk::Observe(int type,
|
| gtk_util::SetWindowIcon(window_, browser_->profile());
|
| }
|
|
|
| -void BrowserWindowGtk::TabDetachedAt(WebContents* contents, int index) {
|
| +void BrowserWindowGtk::TabDetachedAt(WebContents* contents,
|
| + int index,
|
| + bool closing_all) {
|
| // We use index here rather than comparing |contents| because by this time
|
| // the model has already removed |contents| from its list, so
|
| // browser_->tab_strip_model()->GetActiveWebContents() will return NULL or
|
|
|