| Index: chrome/browser/tabs/tab_strip_model.h
|
| diff --git a/chrome/browser/tabs/tab_strip_model.h b/chrome/browser/tabs/tab_strip_model.h
|
| index e711b493a90d0bd02f7b1d5a2ee5dd4d66f52313..df4d83b4559b245d1e66855dfead270f58aaa5fb 100644
|
| --- a/chrome/browser/tabs/tab_strip_model.h
|
| +++ b/chrome/browser/tabs/tab_strip_model.h
|
| @@ -241,9 +241,8 @@ class TabStripModel : public NotificationObserver {
|
| // 1)
|
| void MoveSelectedTabsTo(int index);
|
|
|
| - // Returns the currently selected TabContents, or NULL if there is none.
|
| - // TODO(sky): rename to GetActiveTabContents.
|
| - TabContentsWrapper* GetSelectedTabContents() const;
|
| + // Returns the currently active TabContents, or NULL if there is none.
|
| + TabContentsWrapper* GetActiveTabContents() const;
|
|
|
| // Returns the TabContentsWrapper at the specified index, or NULL if there is
|
| // none.
|
|
|