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

Unified Diff: ash/common/palette_delegate.h

Issue 2231533004: Pointer watcher modifications to support laser pointer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Initial patch. 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..d94c352f889987f43c06f6a43a50b865a3483a40 100644
--- a/ash/common/palette_delegate.h
+++ b/ash/common/palette_delegate.h
@@ -17,6 +17,8 @@ class PaletteDelegate {
virtual ~PaletteDelegate() {}
// TODO(jdufault): This delegate will be implemented in later CLs.
jdufault 2016/08/11 23:41:54 Remove TODO
+ virtual void OnLaserModeEnabled() = 0;
+ virtual void OnLaserModeDisabled() = 0;
private:
DISALLOW_ASSIGN(PaletteDelegate);

Powered by Google App Engine
This is Rietveld 408576698