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

Unified Diff: ash/shelf/shelf_util.h

Issue 1996563002: Add ImeMenuTray element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change SetWindowState() with SetImeWindow(). Created 4 years, 6 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
Index: ash/shelf/shelf_util.h
diff --git a/ash/shelf/shelf_util.h b/ash/shelf/shelf_util.h
index 3a6eb9bf68bde56cf278ede803d8433765f5303d..517a19f33387270f78fbf0687237378c339bd6f2 100644
--- a/ash/shelf/shelf_util.h
+++ b/ash/shelf/shelf_util.h
@@ -25,6 +25,11 @@ extern const aura::WindowProperty<ShelfID>* const kShelfID;
extern const aura::WindowProperty<ShelfItemDetails*>* const
kShelfItemDetailsKey;
+// A property key to indicate that the item should should be shown on tray
+// instead of shelf, which is only used for IME menu.
+ASH_EXPORT extern const aura::WindowProperty<bool>* const
+ kShelfItemOnTrayForImeMenu;
+
// Associates ShelfItem of |id| with specified |window|.
ASH_EXPORT void SetShelfIDForWindow(ShelfID id, aura::Window* window);

Powered by Google App Engine
This is Rietveld 408576698