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

Unified Diff: ui/aura/client/aura_constants.h

Issue 1996563002: Add ImeMenuTray element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove kStatusTrayShelfID. 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: ui/aura/client/aura_constants.h
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
index 17523dabb889f18ec2ce2505e705761a036e28da..baf701418bb7b4a61269aaee5aee174af1859c72 100644
--- a/ui/aura/client/aura_constants.h
+++ b/ui/aura/client/aura_constants.h
@@ -45,6 +45,10 @@ AURA_EXPORT extern const aura::WindowProperty<bool>* const kDrawAttentionKey;
// recently used windows list.
AURA_EXPORT extern const aura::WindowProperty<bool>* const kExcludeFromMruKey;
+// A property key to indicate that a window icon should be shown on the tray
+// rather than shelf.
+AURA_EXPORT extern const aura::WindowProperty<bool>* const kShowIconOnTrayKey;
+
sadrul 2016/06/27 15:08:05 This key should go somewhere in ash/shelf/, not in
Azure Wei 2016/06/27 18:33:49 Moved to ash/shelf/shelf_util.*
// A property key to store the host window of a window. This lets
// WebContentsViews find the windows that should constrain NPAPI plugins.
AURA_EXPORT extern const WindowProperty<Window*>* const kHostWindowKey;

Powered by Google App Engine
This is Rietveld 408576698