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

Unified Diff: ash/shelf/app_list_shelf_item_delegate.cc

Issue 2869473002: Fix crash on openning settings when DCHECK is on. (Closed)
Patch Set: use new id for app list 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/shelf_model_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/app_list_shelf_item_delegate.cc
diff --git a/ash/shelf/app_list_shelf_item_delegate.cc b/ash/shelf/app_list_shelf_item_delegate.cc
index 559c2dd6431442bfc0133fc386d2a9ee0fb543fb..466759dc024d3bb1a82b384ddde7a6f4a37db7de 100644
--- a/ash/shelf/app_list_shelf_item_delegate.cc
+++ b/ash/shelf/app_list_shelf_item_delegate.cc
@@ -16,7 +16,8 @@ namespace ash {
namespace {
// An app id for the app list, used to identify the shelf item.
-static constexpr char kAppListId[] = "AppListId";
+// Generated as crx_file::id_util::GenerateId("org.chromium.applist")
+static constexpr char kAppListId[] = "jlfapfmkapbjlfbpjedlinehodkccjee";
} // namespace
« no previous file with comments | « no previous file | ash/shelf/shelf_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698