| Index: chrome/browser/ui/views/new_task_manager_view.h
|
| diff --git a/chrome/browser/ui/views/new_task_manager_view.h b/chrome/browser/ui/views/new_task_manager_view.h
|
| index 69de62ce1bd64e71b25801adc4736fcf324ef6c7..3ce1e482bc80064b351836acd3757e8678622be2 100644
|
| --- a/chrome/browser/ui/views/new_task_manager_view.h
|
| +++ b/chrome/browser/ui/views/new_task_manager_view.h
|
| @@ -103,8 +103,11 @@ class NewTaskManagerView
|
| // Initializes the state of the always-on-top setting as the window is shown.
|
| void InitAlwaysOnTopState();
|
|
|
| - // Activates the tab associated with the focused row.
|
| - void ActivateFocusedTab();
|
| + // Activates the tab associated with the selected row.
|
| + void ActivateSelectedTab();
|
| +
|
| + // Selects the active tab in the specified browser window.
|
| + void SelectTaskOfActiveTab(Browser* browser);
|
|
|
| // Restores saved "always on top" state from a previous session.
|
| void RetrieveSavedAlwaysOnTopState();
|
|
|