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

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: review comments, fix linux/win 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..59472a89b76f1b2995b842f328c1631c4256d325 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -145,6 +145,11 @@ class ASH_EXPORT WmShell {
virtual void AddShellObserver(ShellObserver* observer) = 0;
virtual void RemoveShellObserver(ShellObserver* observer) = 0;
+#if defined(OS_CHROMEOS)
+ // TODO(jamescook): Remove this when VirtualKeyboardController has been moved.
+ virtual void ToggleIgnoreExternalKeyboard() = 0;
+#endif
+
protected:
WmShell();
virtual ~WmShell();

Powered by Google App Engine
This is Rietveld 408576698