| Index: ash/mus/bridge/wm_shell_mus.cc
|
| diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
|
| index 8794f8554a56ed506ef120e8261ac0bdb4737cbc..cf20d963ac275b93de539edb63e57c8d683e52a9 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.cc
|
| +++ b/ash/mus/bridge/wm_shell_mus.cc
|
| @@ -423,7 +423,6 @@ bool WmShellMus::IsTouchDown() {
|
| return false;
|
| }
|
|
|
| -#if defined(OS_CHROMEOS)
|
| void WmShellMus::ToggleIgnoreExternalKeyboard() {
|
| NOTIMPLEMENTED();
|
| }
|
| @@ -431,7 +430,6 @@ void WmShellMus::ToggleIgnoreExternalKeyboard() {
|
| void WmShellMus::SetLaserPointerEnabled(bool enabled) {
|
| NOTIMPLEMENTED();
|
| }
|
| -#endif // defined(OS_CHROMEOS)
|
|
|
| // TODO: support OnAttemptToReactivateWindow, http://crbug.com/615114.
|
| // TODO: Nuke and let client code use ActivationChangeObserver directly.
|
|
|