Index: ash/common/wm_shell.h |
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h |
index 00ac9ada5f2b5bd9f7386dd12d2f3a424533005f..48670165bded3cdf1ff8e2060b41f2e89255d61d 100644 |
--- a/ash/common/wm_shell.h |
+++ b/ash/common/wm_shell.h |
@@ -385,6 +385,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: |