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

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

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
« no previous file with comments | « ash/common/system/ime/tray_ime_chromeos.h ('k') | ash/common/system/tray/tray_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/ime/tray_ime_chromeos.cc
diff --git a/ash/common/system/ime/tray_ime_chromeos.cc b/ash/common/system/ime/tray_ime_chromeos.cc
index e764ea3fd757e1c156ed57f387b1f515efc890a9..501bd5316fa3cd9482d2e9580aca662cc6908ce7 100644
--- a/ash/common/system/ime/tray_ime_chromeos.cc
+++ b/ash/common/system/ime/tray_ime_chromeos.cc
@@ -70,6 +70,9 @@ class IMEDefaultView : public TrayItemMore {
DISALLOW_COPY_AND_ASSIGN(IMEDefaultView);
};
+// A list of available IMEs shown in the IME detailed view of the system menu,
+// along with other items in the title row (a settings button and optional
+// enterprise-controlled icon).
class IMEDetailedView : public ImeListView {
public:
IMEDetailedView(SystemTrayItem* owner, LoginStatus login)
« no previous file with comments | « ash/common/system/ime/tray_ime_chromeos.h ('k') | ash/common/system/tray/tray_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698