| 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 43ec36fa35c0822300093b33060eeed21ab6cf0d..d7e3caccfd163ccd04114264ee8a0a642f609bdc 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.h
|
| +++ b/ash/mus/bridge/wm_shell_mus.h
|
| @@ -110,10 +110,8 @@ class WmShellMus : public WmShell,
|
| void RemovePointerWatcher(views::PointerWatcher* watcher) override;
|
| void RequestShutdown() override;
|
| bool IsTouchDown() override;
|
| -#if defined(OS_CHROMEOS)
|
| void ToggleIgnoreExternalKeyboard() override;
|
| void SetLaserPointerEnabled(bool enabled) override;
|
| -#endif
|
|
|
| private:
|
| friend class WmShellMusTestApi;
|
|
|