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

Unified Diff: ash/shelf/shelf_model.cc

Issue 1978443002: Make the IME menu panel more system-like. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/shelf/shelf_item_types.h ('k') | ash/shelf/shelf_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_model.cc
diff --git a/ash/shelf/shelf_model.cc b/ash/shelf/shelf_model.cc
index 1952cd5f4f755a2fb3d0c1d986635412d6eaf9dc..4f00683d79f58c35aedfb1d61e85dedf37492e4a 100644
--- a/ash/shelf/shelf_model.cc
+++ b/ash/shelf/shelf_model.cc
@@ -29,6 +29,8 @@ 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;
« no previous file with comments | « ash/shelf/shelf_item_types.h ('k') | ash/shelf/shelf_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698