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

Unified Diff: ash/shelf/app_list_shelf_item_delegate.h

Issue 2869473002: Fix crash on openning settings when DCHECK is on. (Closed)
Patch Set: up 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
« no previous file with comments | « no previous file | ash/shelf/app_list_shelf_item_delegate.cc » ('j') | ash/shelf/app_list_shelf_item_delegate.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 495e0351d6b6fa477a420ec132a68145348f7fa6..5f1e703bd8a8e7385d1c3f4f1b60ec0a43e6a54a 100644
--- a/ash/shelf/app_list_shelf_item_delegate.h
+++ b/ash/shelf/app_list_shelf_item_delegate.h
@@ -18,6 +18,9 @@ class AppListShelfItemDelegate : public ShelfItemDelegate {
// AppListShelfItemDelegate which will be owned by |model|.
static void CreateAppListItemAndDelegate(ShelfModel* model);
+ // An app id for the app list, used to identify the shelf item.
+ static const char kAppListId[];
+
AppListShelfItemDelegate();
~AppListShelfItemDelegate() override;
« no previous file with comments | « no previous file | ash/shelf/app_list_shelf_item_delegate.cc » ('j') | ash/shelf/app_list_shelf_item_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698