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

Unified Diff: ash/common/system/ime/tray_ime_chromeos.cc

Issue 2154523002: Move AccessibilityDelegate ownership to ash::WmShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@setmediadelegate
Patch Set: cleanup, fix test Created 4 years, 5 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/ime/tray_ime_chromeos.cc
diff --git a/ash/common/system/ime/tray_ime_chromeos.cc b/ash/common/system/ime/tray_ime_chromeos.cc
index f0f08ded0d5250f0dd71674775445294787ff8c0..46d8da976d64ca25d377a244a77c3dd161d0e93b 100644
--- a/ash/common/system/ime/tray_ime_chromeos.cc
+++ b/ash/common/system/ime/tray_ime_chromeos.cc
@@ -283,9 +283,7 @@ void TrayIME::UpdateTrayLabel(const IMEInfo& current, size_t count) {
bool TrayIME::ShouldShowKeyboardToggle() {
return keyboard_suppressed_ &&
- !WmShell::Get()
- ->GetAccessibilityDelegate()
- ->IsVirtualKeyboardEnabled();
+ !WmShell::Get()->accessibility_delegate()->IsVirtualKeyboardEnabled();
}
base::string16 TrayIME::GetDefaultViewLabel(bool show_ime_label) {

Powered by Google App Engine
This is Rietveld 408576698