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

Unified Diff: ash/aura/wm_shell_aura.cc

Issue 2086503003: mash: Migrate tray IME view to wm common types, move to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@movea11y
Patch Set: Created 4 years, 6 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/aura/wm_shell_aura.cc
diff --git a/ash/aura/wm_shell_aura.cc b/ash/aura/wm_shell_aura.cc
index 2021b6f783696dd65dc890117d9a015d01443584..decb88640f1282ac6c7daa77ead0191b72fcca8d 100644
--- a/ash/aura/wm_shell_aura.cc
+++ b/ash/aura/wm_shell_aura.cc
@@ -14,6 +14,7 @@
#include "ash/display/window_tree_host_manager.h"
#include "ash/shell.h"
#include "ash/shell_delegate.h"
+#include "ash/virtual_keyboard_controller.h"
#include "ash/wm/drag_window_resizer.h"
#include "ash/wm/overview/window_selector_controller.h"
#include "ash/wm/screen_pinning_controller.h"
@@ -144,6 +145,12 @@ bool WmShellAura::IsOverviewModeRestoringMinimizedWindows() {
window_selector_controller->IsRestoringMinimizedWindows();
}
+void WmShellAura::ToggleIgnoreExternalKeyboard() {
+ Shell::GetInstance()
+ ->virtual_keyboard_controller()
+ ->ToggleIgnoreExternalKeyboard();
+}
+
AccessibilityDelegate* WmShellAura::GetAccessibilityDelegate() {
return Shell::GetInstance()->accessibility_delegate();
}

Powered by Google App Engine
This is Rietveld 408576698