| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 12de805274b5d2750caac3e65d698823b7017418..713ef9ad0f7882caa1708771b7d3138cdbb164fa 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -2891,10 +2891,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::ActiveTabChanged(TabContentsWrapper* old_contents,
|
| + TabContentsWrapper* new_contents,
|
| + int index,
|
| + bool user_gesture) {
|
| if (old_contents == new_contents)
|
| return;
|
|
|
|
|