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

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

Issue 2154523002: Move AccessibilityDelegate ownership to ash::WmShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@setmediadelegate
Patch Set: fix mash_unittests 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
« no previous file with comments | « ash/common/system/ime/tray_ime_chromeos.cc ('k') | ash/common/system/tray/system_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/ime/tray_ime_chromeos_unittest.cc
diff --git a/ash/common/system/ime/tray_ime_chromeos_unittest.cc b/ash/common/system/ime/tray_ime_chromeos_unittest.cc
index 5c7617d1e5072af7539ce6097abc7ac883505d23..649d18c97f021b7ffe8b1e2dbc92da4d9ff82a98 100644
--- a/ash/common/system/ime/tray_ime_chromeos_unittest.cc
+++ b/ash/common/system/ime/tray_ime_chromeos_unittest.cc
@@ -58,8 +58,7 @@ class TrayIMETest : public test::AshTestBase {
};
void TrayIMETest::SetAccessibilityKeyboardEnabled(bool enabled) {
- WmShell::Get()->GetAccessibilityDelegate()->SetVirtualKeyboardEnabled(
- enabled);
+ WmShell::Get()->accessibility_delegate()->SetVirtualKeyboardEnabled(enabled);
keyboard::SetAccessibilityKeyboardEnabled(enabled);
AccessibilityNotificationVisibility notification =
enabled ? A11Y_NOTIFICATION_SHOW : A11Y_NOTIFICATION_NONE;
« no previous file with comments | « ash/common/system/ime/tray_ime_chromeos.cc ('k') | ash/common/system/tray/system_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698