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

Unified Diff: ash/common/system/ime/tray_ime_chromeos.h

Issue 2793153004: [Ash] Remove non-MD code from ImeListView and ImeListItemView (Closed)
Patch Set: docs 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/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,

Powered by Google App Engine
This is Rietveld 408576698