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

Side by Side Diff: ash/common/system/chromeos/palette/tools/laser_pointer_mode.h

Issue 2204753002: palette-tool-laser-pointer boilerplate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@note-options
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_LASER_POINTER_MODE_H_
6 #define ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_LASER_POINTER_MODE_H_
7
8 #include "ash/common/system/chromeos/palette/common_palette_tool.h"
9
10 namespace ash {
11
12 class LaserPointerMode : public CommonPaletteTool {
13 public:
14 explicit LaserPointerMode(Delegate* delegate);
15 ~LaserPointerMode() override;
16
17 private:
18 // PaletteTool overrides.
19 PaletteGroup GetGroup() const override;
20 PaletteToolId GetToolId() const override;
21 gfx::VectorIconId GetActiveTrayIcon() override;
22
23 // CommonPaletteTool overrides.
24 gfx::VectorIconId GetPaletteIconId() override;
25
26 DISALLOW_COPY_AND_ASSIGN(LaserPointerMode);
27 };
28
29 } // namespace ash
30
31 #endif // ASH_COMMON_SYSTEM_CHROMEOS_PALETTE_LASER_POINTER_MODE_H_
OLDNEW
« no previous file with comments | « ash/common/system/chromeos/palette/palette_tool.cc ('k') | ash/common/system/chromeos/palette/tools/laser_pointer_mode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698