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

Unified Diff: ash/wm/wm_event.h

Issue 597683003: Add window states docked; and docked minimized. Add wm window event to set docked and undocked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dock
Patch Set: Created 6 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: ash/wm/wm_event.h
diff --git a/ash/wm/wm_event.h b/ash/wm/wm_event.h
index 6fcc96463fef5b7c1e36cd1f91ea5b7cba7d41aa..4ebcc040c8e352cdeac3a04860c6a30b9d7a9e7a 100644
--- a/ash/wm/wm_event.h
+++ b/ash/wm/wm_event.h
@@ -26,6 +26,8 @@ enum WMEventType {
WM_EVENT_FULLSCREEN,
WM_EVENT_SNAP_LEFT,
WM_EVENT_SNAP_RIGHT,
+ WM_EVENT_DOCK,
+ WM_EVENT_UNDOCK,
// A window is requested to be the given bounds. The request may or
// may not be fulfilled depending on the requested bounds and window's
« ash/wm/window_state.cc ('K') | « ash/wm/window_state.cc ('k') | ash/wm/wm_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698