Index: ash/common/wm_shell.h |
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h |
index 3db0a06101b8f4178ba92b0bbf246f701d6bb07e..b3d46314f0ad0a3465be49a3abe496c3b8495a5b 100644 |
--- a/ash/common/wm_shell.h |
+++ b/ash/common/wm_shell.h |
@@ -350,6 +350,9 @@ class ASH_EXPORT WmShell { |
// TODO(jamescook): Remove this when VirtualKeyboardController has been moved. |
virtual void ToggleIgnoreExternalKeyboard() = 0; |
+ |
+ // Enable or disable the laser pointer. |
+ virtual void SetLaserPointerEnabled(bool enabled) = 0; |
#endif |
protected: |