Chromium Code Reviews| Index: chrome/browser/ui/task_manager/task_manager_table_model.h |
| diff --git a/chrome/browser/ui/task_manager/task_manager_table_model.h b/chrome/browser/ui/task_manager/task_manager_table_model.h |
| index e726e619f9a6994b6aaa936c8994b506303f924c..30cc0c15b347ec62e1b2791952ff1c1072c8d397 100644 |
| --- a/chrome/browser/ui/task_manager/task_manager_table_model.h |
| +++ b/chrome/browser/ui/task_manager/task_manager_table_model.h |
| @@ -45,9 +45,7 @@ class TableViewDelegate { |
| virtual TableSortDescriptor GetSortDescriptor() const = 0; |
| - // As the name of |visible_column_index| implies, it must by the index of the |
| - // column in the visible columns array. |
| - virtual void ToggleSortOrder(int visible_column_index) = 0; |
| + virtual void SetSortDescriptor(TableSortDescriptor sort_descriptor) = 0; |
|
sky
2016/07/18 16:18:58
const TableSortDescriptor& ?
ncarter (slow)
2016/07/25 20:04:01
Done.
|
| private: |
| DISALLOW_COPY_AND_ASSIGN(TableViewDelegate); |