Index: ash/common/wm_shell.h |
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h |
index ac6927a0b1d1b72b66c753b0dea13b5bad38b6f9..93785ddb50c04ae383df50d187760ce8eec9e841 100644 |
--- a/ash/common/wm_shell.h |
+++ b/ash/common/wm_shell.h |
@@ -384,6 +384,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: |