| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index e021805bef7348772552780dc0320c6a6c627883..2425b26b3fe3ff112224d93197567d14813b481d 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -731,10 +731,10 @@ class Browser : public TabHandlerDelegate,
|
| int index);
|
| virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
|
| virtual void TabDeselected(TabContentsWrapper* contents);
|
| - virtual void TabSelectedAt(TabContentsWrapper* old_contents,
|
| - TabContentsWrapper* new_contents,
|
| - int index,
|
| - bool user_gesture);
|
| + virtual void ActiveTabChanged(TabContentsWrapper* old_contents,
|
| + TabContentsWrapper* new_contents,
|
| + int index,
|
| + bool user_gesture);
|
| virtual void TabMoved(TabContentsWrapper* contents,
|
| int from_index,
|
| int to_index);
|
|
|