| Index: chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc b/chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc
|
| index f0caf47f7311b4ed9cf679e520d40df2a8d01434..435023702cd6eb8fd71acb97a9635bac352b4968 100644
|
| --- a/chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc
|
| @@ -1042,7 +1042,9 @@ void TabStripGtk::TabInsertedAt(WebContents* contents,
|
| ReStack();
|
| }
|
|
|
| -void TabStripGtk::TabDetachedAt(WebContents* contents, int index) {
|
| +void TabStripGtk::TabDetachedAt(WebContents* contents,
|
| + int index,
|
| + bool closing_all) {
|
| GenerateIdealBounds();
|
| StartRemoveTabAnimation(index, contents);
|
| // Have to do this _after_ calling StartRemoveTabAnimation, so that any
|
|
|