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

Unified Diff: ui/app_list/apps_grid_view.cc

Issue 10956052: Add a ListModel::Move. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase + nit in #2 Created 8 years, 3 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 | « ui/app_list/apps_grid_view.h ('k') | ui/app_list/search_result_list_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/apps_grid_view.cc
diff --git a/ui/app_list/apps_grid_view.cc b/ui/app_list/apps_grid_view.cc
index ef1476487b518b9ddff488bbae0266f6e8e70e06..bbb414c578066d3aa2ef2bacfe0da68eaacaf697 100644
--- a/ui/app_list/apps_grid_view.cc
+++ b/ui/app_list/apps_grid_view.cc
@@ -325,6 +325,10 @@ void AppsGridView::ListItemsRemoved(size_t start, size_t count) {
SchedulePaint();
}
+void AppsGridView::ListItemMoved(size_t index, size_t target_index) {
+ NOTREACHED();
+}
+
void AppsGridView::ListItemsChanged(size_t start, size_t count) {
NOTREACHED();
}
« no previous file with comments | « ui/app_list/apps_grid_view.h ('k') | ui/app_list/search_result_list_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698