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

Unified Diff: ash/common/system/chromeos/ime_menu/ime_menu_tray.h

Issue 2793153004: [Ash] Remove non-MD code from ImeListView and ImeListItemView (Closed)
Patch Set: class level docs for KeyboardStatusRow Created 3 years, 8 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/system/chromeos/ime_menu/ime_menu_tray.h
diff --git a/ash/common/system/chromeos/ime_menu/ime_menu_tray.h b/ash/common/system/chromeos/ime_menu/ime_menu_tray.h
index 0c7f13b7b82a3d230b74c4afb17a66f7352631ac..79f21b7c005de92786affb098b87a4c74ca9334b 100644
--- a/ash/common/system/chromeos/ime_menu/ime_menu_tray.h
+++ b/ash/common/system/chromeos/ime_menu/ime_menu_tray.h
@@ -22,8 +22,10 @@ class Label;
namespace ash {
class ImeListView;
-// The tray item for IME menu, which shows the detailed view of a null single
-// item.
+// A button in the tray which displays the short name of the currently-activated
+// IME (e.g., 'GB', 'US'). Clicking this button opens the opt-in IME menu,
+// a standalone bubble displaying a list of available IMEs along with buttons
+// for emoji, handwriting, and voice.
class ASH_EXPORT ImeMenuTray : public TrayBackgroundView,
public IMEObserver,
public views::TrayBubbleView::Delegate,
« no previous file with comments | « ash/common/system/chromeos/ime_menu/ime_list_view.cc ('k') | ash/common/system/chromeos/ime_menu/ime_menu_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698