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

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: 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
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 338a6ccbcb431fc7015c9ffb9618d0f96c10afb7..60a957b2eb34bf58eed06f8d57c22a15ea6f4b5e 100644
--- a/ui/app_list/apps_grid_view.cc
+++ b/ui/app_list/apps_grid_view.cc
@@ -323,6 +323,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();
}

Powered by Google App Engine
This is Rietveld 408576698