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

Unified Diff: ash/mus/bridge/wm_shell_mus.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/mus/bridge/wm_shell_mus.h
diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
index 86e87c280c87eeeaf34b12ee41f6224102c20ca4..58bef5c46ce4f9ffab418881623afb03a6ed7a8d 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -67,6 +67,7 @@ class WmShellMus : public WmShell, public ::mus::WindowTreeClientObserver {
void OnOverviewModeEnded() override;
bool IsOverviewModeSelecting() override;
bool IsOverviewModeRestoringMinimizedWindows() override;
+ void ToggleIgnoreExternalKeyboard() override;
AccessibilityDelegate* GetAccessibilityDelegate() override;
SessionStateDelegate* GetSessionStateDelegate() override;
void AddActivationObserver(WmActivationObserver* observer) override;

Powered by Google App Engine
This is Rietveld 408576698