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

Unified Diff: ash/shelf/shelf_item_types.h

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 | « no previous file | ash/shelf/shelf_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_item_types.h
diff --git a/ash/shelf/shelf_item_types.h b/ash/shelf/shelf_item_types.h
index 9dc83551a536fe3527d31eda92ccdb0369ff673e..8d5ea8a7bb81c60d0aae742c9d285c0b4998907a 100644
--- a/ash/shelf/shelf_item_types.h
+++ b/ash/shelf/shelf_item_types.h
@@ -38,6 +38,9 @@ enum ShelfItemType {
// Represents a dialog.
TYPE_DIALOG,
+ // The expanded IME menu in the shelf.
+ TYPE_IME_MENU,
+
// Default value.
TYPE_UNDEFINED,
};
« no previous file with comments | « no previous file | ash/shelf/shelf_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698