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

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

Issue 2277753006: Revert "Revert of Updates the IME list when the IME has refreshed. (patchset #7 id:120001 of https:… (Closed)
Patch Set: Add new test to cover the crash. Created 4 years, 4 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_menu_tray.h
diff --git a/ash/common/system/chromeos/ime_menu/ime_menu_tray.h b/ash/common/system/chromeos/ime_menu/ime_menu_tray.h
index c10eb98478e2bc2cfb834708286a351a289fa951..d4f733d97b63b5d7a56c92802b9e10a97c7c0e2c 100644
--- a/ash/common/system/chromeos/ime_menu/ime_menu_tray.h
+++ b/ash/common/system/chromeos/ime_menu/ime_menu_tray.h
@@ -18,6 +18,7 @@ class Label;
} // namespace views
namespace ash {
+class ImeListView;
class StatusAreaWidget;
class WmWindow;
@@ -70,6 +71,7 @@ class ASH_EXPORT ImeMenuTray : public TrayBackgroundView,
// Bubble for default and detailed views.
std::unique_ptr<TrayBubbleWrapper> bubble_;
+ ImeListView* ime_list_view_;
views::Label* label_;
IMEInfo current_ime_;
« no previous file with comments | « ash/common/system/chromeos/ime_menu/ime_list_view.h ('k') | ash/common/system/chromeos/ime_menu/ime_menu_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698