| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 9501f5a70bb1969c3087da6f1a1160c15ed83c89..3ad9a9e1f31b6bce55f25149be76d389b2a3192a 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -2868,10 +2868,10 @@ void Browser::TabDeselected(TabContentsWrapper* contents) {
|
| window_->GetLocationBar()->SaveStateToContents(contents->tab_contents());
|
| }
|
|
|
| -void Browser::TabSelectedAt(TabContentsWrapper* old_contents,
|
| - TabContentsWrapper* new_contents,
|
| - int index,
|
| - bool user_gesture) {
|
| +void Browser::TabActivatedAt(TabContentsWrapper* old_contents,
|
| + TabContentsWrapper* new_contents,
|
| + int index,
|
| + bool user_gesture) {
|
| if (old_contents == new_contents)
|
| return;
|
|
|
|
|