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

Unified Diff: ash/aura/wm_shell_aura.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/aura/wm_shell_aura.h
diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
index 5f5b7d544ff4c4044b5f0cd9e3acce22eb0be217..c50d79517d2f2fa17a52ae2965f1c292e2460948 100644
--- a/ash/aura/wm_shell_aura.h
+++ b/ash/aura/wm_shell_aura.h
@@ -53,6 +53,7 @@ class ASH_EXPORT WmShellAura : public WmShell,
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