Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Unified Diff: ash/common/palette_delegate.h

Issue 2239743004: Palette tool laser prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch
Patch Set: Addressed comments from issue 2231533004. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/common/palette_delegate.h
diff --git a/ash/common/palette_delegate.h b/ash/common/palette_delegate.h
index e167751e27d954113061d0d750b80efac401c833..e1f1f398c4f63e7e01f0e884ee10a3b253228f77 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 OnLaserModeEnabled() = 0;
jdufault 2016/08/12 19:57:57 OnLaserPointerEnabled() OnLaserPointerDisabled()
sammiequon 2016/08/16 17:00:03 Done.
+ virtual void OnLaserModeDisabled() = 0;
private:
DISALLOW_ASSIGN(PaletteDelegate);

Powered by Google App Engine
This is Rietveld 408576698