| Index: ash/common/system/ime/tray_ime_chromeos.h
|
| diff --git a/ash/common/system/ime/tray_ime_chromeos.h b/ash/common/system/ime/tray_ime_chromeos.h
|
| index 3e3239faaf2020e6f185b3f3fb154e250c411d11..7e00828659a85795f66b4ce127f9b3390c22b5b7 100644
|
| --- a/ash/common/system/ime/tray_ime_chromeos.h
|
| +++ b/ash/common/system/ime/tray_ime_chromeos.h
|
| @@ -24,6 +24,9 @@ class IMEDetailedView;
|
|
|
| class TrayItemView;
|
|
|
| +// Controller for IME options in the system menu. Note this is separate from
|
| +// the "opt-in" IME menu which can appear as a button in the system tray
|
| +// area; that is controlled by ImeMenuTray.
|
| class ASH_EXPORT TrayIME : public SystemTrayItem,
|
| public IMEObserver,
|
| public AccessibilityObserver,
|
|
|