| Index: ash/common/system/chromeos/ime_menu/ime_menu_tray.cc
|
| diff --git a/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc b/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc
|
| index b0841cab771c0ef7e11a67fccd8e0e583c6cfe78..72f81e6a076417c2f7089de7d05941503d05e16c 100644
|
| --- a/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc
|
| +++ b/ash/common/system/chromeos/ime_menu/ime_menu_tray.cc
|
| @@ -249,7 +249,8 @@ class ImeButtonsView : public views::View, public views::ButtonListener {
|
| DISALLOW_COPY_AND_ASSIGN(ImeButtonsView);
|
| };
|
|
|
| -// The list view that contains the selected IME and property items.
|
| +// A list of available IMEs shown in the opt-in IME menu, which has a different
|
| +// height depending on the number of IMEs in the list.
|
| class ImeMenuListView : public ImeListView {
|
| public:
|
| ImeMenuListView(SystemTrayItem* owner) : ImeListView(owner) {
|
|
|