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

Unified Diff: chrome/browser/ui/ash/palette_delegate_chromeos.h

Issue 2311393004: Laser tool blocks events from propagating. (Closed)
Patch Set: Created 4 years, 3 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: chrome/browser/ui/ash/palette_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/palette_delegate_chromeos.h b/chrome/browser/ui/ash/palette_delegate_chromeos.h
index 3655cd2a3dde57df59a4ddef13f8aa93ee94720e..8389a8f1e674e3f77d3d9956abcb4f58e45bf05f 100644
--- a/chrome/browser/ui/ash/palette_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/palette_delegate_chromeos.h
@@ -38,8 +38,7 @@ class PaletteDelegateChromeOS : public ash::PaletteDelegate,
~PaletteDelegateChromeOS() override;
- void OnLaserPointerEnabled() override;
- void OnLaserPointerDisabled() override;
+ void SetLaserPointerState(bool enabled) override;
private:
PaletteDelegateChromeOS();

Powered by Google App Engine
This is Rietveld 408576698