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

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

Issue 2497813002: Modify Ash MD system menu layout for title rows (Closed)
Patch Set: Ben comments 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
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 4bf2189ee847dd5c4996cf3c728724ecef908d00..b1c67f94732bd4f48edd8a9f83f3fa69a753988a 100644
--- a/ash/common/system/chromeos/ime_menu/ime_list_view.cc
+++ b/ash/common/system/chromeos/ime_menu/ime_list_view.cc
@@ -225,7 +225,7 @@ class MaterialKeyboardStatusRowView : public views::View {
// The on-screen keyboard toggle button.
toggle_ = new views::ToggleButton(listener_);
toggle_->SetFocusForPlatform();
- toggle_->SetTooltipText(
+ toggle_->SetAccessibleName(
ui::ResourceBundle::GetSharedInstance().GetLocalizedString(
IDS_ASH_STATUS_TRAY_ACCESSIBILITY_VIRTUAL_KEYBOARD));
tri_view->AddView(TriView::Container::END, toggle_);

Powered by Google App Engine
This is Rietveld 408576698