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

Unified Diff: ui/app_list/search_result_list_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/search_result_list_view.h ('k') | ui/base/models/list_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search_result_list_view.cc
diff --git a/ui/app_list/search_result_list_view.cc b/ui/app_list/search_result_list_view.cc
index ea1766b4116df51f83bc38ca378e19d6ce14d5d7..b3f86c695c28df00b0ce0236d4762709d9b35dab 100644
--- a/ui/app_list/search_result_list_view.cc
+++ b/ui/app_list/search_result_list_view.cc
@@ -139,6 +139,10 @@ void SearchResultListView::ListItemsRemoved(size_t start, size_t count) {
ScheduleUpdate();
}
+void SearchResultListView::ListItemMoved(size_t index, size_t target_index) {
+ NOTREACHED();
+}
+
void SearchResultListView::ListItemsChanged(size_t start, size_t count) {
ScheduleUpdate();
}
« no previous file with comments | « ui/app_list/search_result_list_view.h ('k') | ui/base/models/list_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698