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

Unified Diff: ash/shelf/app_list_shelf_item_delegate.h

Issue 2833173002: mash: Support ShelfModel access in Chrome. (Closed)
Patch Set: Address comments; fix test failures. 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/app_list_shelf_item_delegate.h
diff --git a/ash/shelf/app_list_shelf_item_delegate.h b/ash/shelf/app_list_shelf_item_delegate.h
index e0ca704b10f4aab470ee87296a1378f5d03c65ff..bb985cfbb2502fe48c1cf2cf5139aa36e08cd378 100644
--- a/ash/shelf/app_list_shelf_item_delegate.h
+++ b/ash/shelf/app_list_shelf_item_delegate.h
@@ -9,15 +9,10 @@
#include "base/macros.h"
namespace ash {
-class ShelfModel;
// ShelfItemDelegate for TYPE_APP_LIST.
class AppListShelfItemDelegate : public ShelfItemDelegate {
public:
- // Initializes the app list item in the shelf data model and creates an
- // AppListShelfItemDelegate which will be owned by |model|.
- static void CreateAppListItemAndDelegate(ShelfModel* model);
-
AppListShelfItemDelegate();
~AppListShelfItemDelegate() override;

Powered by Google App Engine
This is Rietveld 408576698