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

Unified Diff: ash/common/shelf/shelf_model.cc

Issue 2545923004: Remove LauncherItemController::type; use ShelfItems::type. (Closed)
Patch Set: Rebase. Created 4 years 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/common/shelf/shelf_model.cc
diff --git a/ash/common/shelf/shelf_model.cc b/ash/common/shelf/shelf_model.cc
index 5d7e7245247bcafd1d553e19766ff94198970903..04705e42bba10079bad171eca6d54d0ad960a08c 100644
--- a/ash/common/shelf/shelf_model.cc
+++ b/ash/common/shelf/shelf_model.cc
@@ -28,8 +28,6 @@ int ShelfItemTypeToWeight(ShelfItemType type) {
return 3;
case TYPE_APP_PANEL:
return 4;
- case TYPE_IME_MENU:
- return 5;
case TYPE_UNDEFINED:
NOTREACHED() << "ShelfItemType must be set";
return -1;

Powered by Google App Engine
This is Rietveld 408576698