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

Unified Diff: ash/common/system/tray/tray_constants.h

Issue 2271523002: Adds emoji/handwriting/vocie buttons on opt-in IME menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments and sync. Created 4 years, 3 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/common/system/chromeos/ime_menu/ime_menu_tray.cc ('k') | ash/common/system/tray/tray_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/tray_constants.h
diff --git a/ash/common/system/tray/tray_constants.h b/ash/common/system/tray/tray_constants.h
index b9d3a32af79e21e088847e920ffa694aa524518a..ad9a0c92fe4c0e214d02060e3fb13622408c69b1 100644
--- a/ash/common/system/tray/tray_constants.h
+++ b/ash/common/system/tray/tray_constants.h
@@ -28,10 +28,6 @@ extern const int kTrayImageItemHorizontalPaddingBottomAlignment;
extern const int kTrayImageItemHorizontalPaddingVerticalAlignment;
extern const int kTrayImageItemVerticalPaddingVerticalAlignment;
-extern const int kTrayImeIconSize;
-extern const int kTrayImeBottomRowPadding;
-extern const int kTrayImeBottomRowPaddingBetweenItems;
-
ASH_EXPORT extern const int kTrayItemSize;
extern const int kTrayLabelItemHorizontalPaddingBottomAlignment;
@@ -96,6 +92,7 @@ extern const SkColor kTrayIconColor;
// system menu.
extern const int kMenuIconSize;
extern const SkColor kMenuIconColor;
+extern const int kMenuButtonSize;
enum TrayConstant {
// A legacy height value used in non-MD calculations for applying additional
@@ -116,6 +113,9 @@ enum TrayConstant {
// the shelf orientation, so this constant does not specify the true
// user-visible button bounds.
VIRTUAL_KEYBOARD_BUTTON_SIZE,
+
+ // The icon size of opt-in IME menu tray.
+ TRAY_IME_MENU_ICON,
};
int GetTrayConstant(TrayConstant constant);
« no previous file with comments | « ash/common/system/chromeos/ime_menu/ime_menu_tray.cc ('k') | ash/common/system/tray/tray_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698