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

Unified Diff: ash/common/system/chromeos/palette/palette_ids.h

Issue 2291913002: Allow the user to cancel the capture region action, and show its active status in the tray. (Closed)
Patch Set: Address comments 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
« no previous file with comments | « ash/common/palette_delegate.h ('k') | ash/common/system/chromeos/palette/palette_tool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/chromeos/palette/palette_ids.h
diff --git a/ash/common/system/chromeos/palette/palette_ids.h b/ash/common/system/chromeos/palette/palette_ids.h
index bc33f972325ad03c225ecb70399c108f04e8272d..31dfe1323b3a674d1e686637f8241cd5fb770250 100644
--- a/ash/common/system/chromeos/palette/palette_ids.h
+++ b/ash/common/system/chromeos/palette/palette_ids.h
@@ -14,7 +14,8 @@ namespace ash {
// Palette tools are grouped into different categories. Each tool corresponds to
// exactly one group, and at most one tool can be active per group. Actions are
// actions the user wants to do, such as take a screenshot, and modes generally
-// change OS behavior, like showing a laser pointer instead of a cursor.
+// change OS behavior, like showing a laser pointer instead of a cursor. A mode
+// is active until the user completes the action or disables it.
enum class PaletteGroup { ACTION, MODE };
enum class PaletteToolId {
« no previous file with comments | « ash/common/palette_delegate.h ('k') | ash/common/system/chromeos/palette/palette_tool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698