Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3636)

Unified Diff: chrome/browser/ui/task_manager/task_manager_table_model.h

Issue 2146033003: TableView: 3-phase ToggleSortOrder (sorted/reversed/unsorted) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky's fixes. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/task_manager/task_manager_table_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a983c07e44342bd70c79e5d70535ab3ea2415101 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,8 @@ 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(
+ const TableSortDescriptor& sort_descriptor) = 0;
private:
DISALLOW_COPY_AND_ASSIGN(TableViewDelegate);
« no previous file with comments | « no previous file | chrome/browser/ui/task_manager/task_manager_table_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698