| 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..90b81767665c18bf3225bf0c222ffe8ec6e3f082 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(TableSortDescriptor descriptor) override;
|
|
|
| // views::View:
|
| gfx::Size GetPreferredSize() const override;
|
|
|