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

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: 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/aura/wm_shell_aura.h
diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
index 5f5b7d544ff4c4044b5f0cd9e3acce22eb0be217..5d896b9230c41450b6ac577c15519b054e3ae4e5 100644
--- a/ash/aura/wm_shell_aura.h
+++ b/ash/aura/wm_shell_aura.h
@@ -61,6 +61,9 @@ class ASH_EXPORT WmShellAura : public WmShell,
void RemoveDisplayObserver(WmDisplayObserver* observer) override;
void AddShellObserver(ShellObserver* observer) override;
void RemoveShellObserver(ShellObserver* observer) override;
+#if defined(OS_CHROMEOS)
+ void ToggleIgnoreExternalKeyboard() override;
+#endif
private:
// aura::client::ActivationChangeObserver:

Powered by Google App Engine
This is Rietveld 408576698