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

Unified Diff: ash/common/system/chromeos/ime_menu/ime_list_view.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
« no previous file with comments | « no previous file | ash/common/system/chromeos/ime_menu/ime_menu_tray.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6757ff7f8fca1cf1f36bc096b2da0775e5baf403..71e6f49c7995ae960d3be2371b18e8d6f28d0f26 100644
--- a/ash/common/system/chromeos/ime_menu/ime_list_view.h
+++ b/ash/common/system/chromeos/ime_menu/ime_list_view.h
@@ -37,6 +37,9 @@ class ImeListView : public TrayDetailsView, public ViewClickListener {
void OnViewClicked(views::View* sender) override;
private:
+ // To allow the test class to access |ime_map_|.
+ friend class ImeMenuTrayTest;
+
// Appends the IMEs to the scrollable area of the detailed view.
void AppendIMEList(const IMEInfoList& list);
« no previous file with comments | « no previous file | ash/common/system/chromeos/ime_menu/ime_menu_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698