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

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

Issue 2673333002: Fix regression where no IMEs appear in the opt-in IME menu (Closed)
Patch Set: Created 3 years, 10 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_list_view.h
diff --git a/ash/common/system/chromeos/ime_menu/ime_list_view.h b/ash/common/system/chromeos/ime_menu/ime_list_view.h
index 9a1c7f1fd755560290e5edaa449311ceeaaf6f84..f607c89f259fd791e3d55f567a9bb82ced13cc78 100644
--- a/ash/common/system/chromeos/ime_menu/ime_list_view.h
+++ b/ash/common/system/chromeos/ime_menu/ime_list_view.h
@@ -22,12 +22,13 @@ class ImeListView : public TrayDetailsView {
HIDE_SINGLE_IME
};
- ImeListView(SystemTrayItem* owner,
- bool show_keyboard_toggle,
- SingleImeBehavior single_ime_behavior);
+ ImeListView(SystemTrayItem* owner);
~ImeListView() override;
+ // Initializes the layout.
tdanderson 2017/02/06 22:41:35 nit: For clarity I would reword as "Initializes th
Azure Wei 2017/02/07 01:06:07 Done. Thanks.
+ void Init(bool show_keyboard_toggle, SingleImeBehavior single_ime_behavior);
+
// Updates the view.
virtual void Update(const IMEInfoList& list,
const IMEPropertyInfoList& property_list,

Powered by Google App Engine
This is Rietveld 408576698