| 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 dc814305d3bbc6879e84596bd8e46973cae6d6ec..1a5784028b9f75960ad3ea6f1fbe558e2e11247a 100644
|
| --- a/chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc
|
| @@ -1014,10 +1014,10 @@ void TabStripGtk::TabDetachedAt(TabContentsWrapper* contents, int index) {
|
| GetTabAt(index)->set_closing(true);
|
| }
|
|
|
| -void TabStripGtk::TabSelectedAt(TabContentsWrapper* old_contents,
|
| - TabContentsWrapper* new_contents,
|
| - int index,
|
| - bool user_gesture) {
|
| +void TabStripGtk::ActiveTabChanged(TabContentsWrapper* old_contents,
|
| + TabContentsWrapper* new_contents,
|
| + int index,
|
| + bool user_gesture) {
|
| DCHECK(index >= 0 && index < static_cast<int>(GetTabCount()));
|
|
|
| // We have "tiny tabs" if the tabs are so tiny that the unselected ones are
|
|
|