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

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: Address Restore of App Windows and DockLeft/Dock Right issues 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..c4fade4e4c562497e5bc36b18e3d9df87fcc85c8 100644
--- a/ash/wm/wm_event.h
+++ b/ash/wm/wm_event.h
@@ -26,6 +26,7 @@ enum WMEventType {
WM_EVENT_FULLSCREEN,
WM_EVENT_SNAP_LEFT,
WM_EVENT_SNAP_RIGHT,
+ WM_EVENT_DOCK,
// 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

Powered by Google App Engine
This is Rietveld 408576698