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

Unified Diff: ash/public/cpp/shelf_item.h

Issue 2860503002: mash: Replace int ShelfIDs with AppLaunchID strings. (Closed)
Patch Set: Fix struct traits typo. 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 | « ash/public/cpp/mus_property_mirror_ash.cc ('k') | ash/public/cpp/shelf_item_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/cpp/shelf_item.h
diff --git a/ash/public/cpp/shelf_item.h b/ash/public/cpp/shelf_item.h
index 4d1af4dd592f8d51167ee7d4954fdd36d7a3c4d1..49e312c184418c97855b5672c90da530104ec520 100644
--- a/ash/public/cpp/shelf_item.h
+++ b/ash/public/cpp/shelf_item.h
@@ -7,7 +7,6 @@
#include <vector>
-#include "ash/public/cpp/app_launch_id.h"
#include "ash/public/cpp/ash_public_export.h"
#include "ash/public/cpp/shelf_types.h"
#include "base/strings/string16.h"
@@ -25,14 +24,11 @@ struct ASH_PUBLIC_EXPORT ShelfItem {
// Image to display in the shelf.
gfx::ImageSkia image;
- // Assigned by the model when the item is added.
- ShelfID id = kInvalidShelfID;
-
// Running status.
ShelfItemStatus status = STATUS_CLOSED;
// The application id and launch id for this shelf item.
- AppLaunchId app_launch_id;
+ ShelfID id;
// The title to display for tooltips, etc.
base::string16 title;
« no previous file with comments | « ash/public/cpp/mus_property_mirror_ash.cc ('k') | ash/public/cpp/shelf_item_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698