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

Unified Diff: ash/common/shelf/shelf_constants.h

Issue 1996563002: Add ImeMenuTray element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add kShowIconOnTrayKey property for window. 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/common/shelf/shelf_constants.h
diff --git a/ash/common/shelf/shelf_constants.h b/ash/common/shelf/shelf_constants.h
index aa4feafd27759e1cd4e7d85abe430f64b43287bc..9589f919fe7927a6a8e99fe4be6e9620dab53314 100644
--- a/ash/common/shelf/shelf_constants.h
+++ b/ash/common/shelf/shelf_constants.h
@@ -45,6 +45,9 @@ extern const int kShelfItemInset;
const int kInvalidShelfID = 0;
+// IME menu panel window lays the icon on the status tray rather than shelf.
+const int kStatusTrayShelfID = -1;
+
// Animation duration for switching black shelf and dock background on and off.
ASH_EXPORT extern const int kTimeToSwitchBackgroundMs;
« no previous file with comments | « ash/ash_chromeos_strings.grdp ('k') | ash/shelf/shelf.cc » ('j') | ash/shelf/shelf.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698