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

Unified Diff: ash/common/wm_shell.h

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/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index 5bfb905ff1f88845aa309f9e6075883053807a0a..3453cb5257292ffc8915831c9888bf8f655d7aac 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -132,6 +132,9 @@ class ASH_EXPORT WmShell {
virtual bool IsOverviewModeSelecting() = 0;
virtual bool IsOverviewModeRestoringMinimizedWindows() = 0;
+ // TODO(jamescook): Remove this when VirtualKeyboardController has been moved.
+ virtual void ToggleIgnoreExternalKeyboard() = 0;
+
virtual AccessibilityDelegate* GetAccessibilityDelegate() = 0;
virtual SessionStateDelegate* GetSessionStateDelegate() = 0;

Powered by Google App Engine
This is Rietveld 408576698