| 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 32b1b27c6ca320fafc74fcd7d2973006af6b9efd..d3b04c798c4b2a5faf8fa8be86d68ebd3aa69f53 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::TabActivatedAt(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
|
|
|