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

Unified Diff: ash/wm/dock/dock_types.h

Issue 594383002: Change behaviour of the Alt-] and Alt-[ keys so that it cycles through SnapLeft/SnapRight to DockLe… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event
Patch Set: Fix comment Created 6 years, 2 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/wm/default_state.cc ('k') | ash/wm/dock/docked_window_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/dock/dock_types.h
diff --git a/ash/wm/dock/dock_types.h b/ash/wm/dock/dock_types.h
index c203a67f6ade075e096f17a40e9d2eb65b557e9f..7db37c3742fe0ca6892a11622267e1659feac8e9 100644
--- a/ash/wm/dock/dock_types.h
+++ b/ash/wm/dock/dock_types.h
@@ -42,6 +42,7 @@ enum DockedActionSource {
DOCKED_ACTION_SOURCE_UNKNOWN,
DOCKED_ACTION_SOURCE_MOUSE,
DOCKED_ACTION_SOURCE_TOUCH,
+ DOCKED_ACTION_SOURCE_KEYBOARD,
// Maximum value of this enum for histograms use.
DOCKED_ACTION_SOURCE_COUNT,
« no previous file with comments | « ash/wm/default_state.cc ('k') | ash/wm/dock/docked_window_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698