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

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

Issue 2480353008: cros system menu - fix back and settings buttons in IME detailed view. (Closed)
Patch Set: lockdown Created 4 years, 1 month 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/chromeos/ime_menu/ime_list_view.h ('k') | ash/common/system/tray/tray_details_view.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.cc
diff --git a/ash/common/system/chromeos/ime_menu/ime_list_view.cc b/ash/common/system/chromeos/ime_menu/ime_list_view.cc
index 1c6670ade06f73af7059197e9f6986336407e7e8..93dd1d51cea695fe93afe415d5ba2af7e347900f 100644
--- a/ash/common/system/chromeos/ime_menu/ime_list_view.cc
+++ b/ash/common/system/chromeos/ime_menu/ime_list_view.cc
@@ -399,7 +399,8 @@ void ImeListView::HandleViewClicked(views::View* view) {
GetWidget()->Close();
}
-void ImeListView::ButtonPressed(views::Button* sender, const ui::Event& event) {
+void ImeListView::HandleButtonPressed(views::Button* sender,
+ const ui::Event& event) {
DCHECK(material_keyboard_status_view_);
DCHECK_EQ(sender, material_keyboard_status_view_->toggle());
WmShell::Get()->ToggleIgnoreExternalKeyboard();
« no previous file with comments | « ash/common/system/chromeos/ime_menu/ime_list_view.h ('k') | ash/common/system/tray/tray_details_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698