| 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 fe94e35a4ec7fc81fc2bcdaeab97a33c0bd27467..07ae98aa3f60c7b689b33ca4f075ea573bae3db4 100644
|
| --- a/chrome/browser/ui/views/new_task_manager_view.h
|
| +++ b/chrome/browser/ui/views/new_task_manager_view.h
|
| @@ -51,7 +51,7 @@ class NewTaskManagerView
|
| void SetColumnVisibility(int column_id, bool new_visibility) override;
|
| bool IsTableSorted() const override;
|
| TableSortDescriptor GetSortDescriptor() const override;
|
| - void ToggleSortOrder(int visible_column_index) override;
|
| + void SetSortDescriptor(const TableSortDescriptor& descriptor) override;
|
|
|
| // views::View:
|
| gfx::Size GetPreferredSize() const override;
|
|
|