Index: ash/common/palette_delegate.h |
diff --git a/ash/common/palette_delegate.h b/ash/common/palette_delegate.h |
index e167751e27d954113061d0d750b80efac401c833..7bd5ffc6fe02e2906559a0287eb7ed49cf18f7ea 100644 |
--- a/ash/common/palette_delegate.h |
+++ b/ash/common/palette_delegate.h |
@@ -16,7 +16,8 @@ class PaletteDelegate { |
public: |
virtual ~PaletteDelegate() {} |
- // TODO(jdufault): This delegate will be implemented in later CLs. |
+ virtual void OnLaserPointerEnabled() = 0; |
+ virtual void OnLaserPointerDisabled() = 0; |
private: |
DISALLOW_ASSIGN(PaletteDelegate); |