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

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

Issue 2239743004: Palette tool laser prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch
Patch Set: Fixed patch set 6 errors. 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: 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 5d314f8ef174a154a7d547c46f417d6e5993ffd8..6d70083593e7ddcbba214019fa45685143c72c79 100644
--- a/chrome/browser/ui/ash/palette_delegate_chromeos.h
+++ b/chrome/browser/ui/ash/palette_delegate_chromeos.h
@@ -20,6 +20,9 @@ class PaletteDelegateChromeOS : public ash::PaletteDelegate {
PaletteDelegateChromeOS();
~PaletteDelegateChromeOS() override;
+ void OnLaserPointerEnabled() override;
+ void OnLaserPointerDisabled() override;
+
private:
DISALLOW_COPY_AND_ASSIGN(PaletteDelegateChromeOS);
};

Powered by Google App Engine
This is Rietveld 408576698