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

Unified Diff: ash/shelf/shelf_view.h

Issue 2833173002: mash: Support ShelfModel access in Chrome. (Closed)
Patch Set: Refine init pattern; add AppList item in ShelfModel ctor. Created 3 years, 7 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: ash/shelf/shelf_view.h
diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h
index 50656eac6a156e5f8e7a2e24890a518c95e68ff0..42e45cabb3cb0e28527a580a2571f3548e775b97 100644
--- a/ash/shelf/shelf_view.h
+++ b/ash/shelf/shelf_view.h
@@ -294,6 +294,8 @@ class ASH_EXPORT ShelfView : public views::View,
void ShelfItemRemoved(int model_index, const ShelfItem& old_item) override;
void ShelfItemChanged(int model_index, const ShelfItem& old_item) override;
void ShelfItemMoved(int start_index, int target_index) override;
+ void ShelfItemDelegateChanged(const ShelfID& id,
+ ShelfItemDelegate* delegate) override;
// Handles the result of an item selection, records the |action| taken and
// optionally shows an application menu with the given |menu_items|.

Powered by Google App Engine
This is Rietveld 408576698