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

Unified Diff: ash/common/wm/lock_window_state.cc

Issue 2700523004: Remove docked windows entirely in M59. (Closed)
Patch Set: Rebase and fix 1 test Created 3 years, 10 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/common/wm/lock_window_state.cc
diff --git a/ash/common/wm/lock_window_state.cc b/ash/common/wm/lock_window_state.cc
index 63af76d6bc07a59429291264d148e2681402605f..06c5448bea42aad47644e36497b323d4b38a58a1 100644
--- a/ash/common/wm/lock_window_state.cc
+++ b/ash/common/wm/lock_window_state.cc
@@ -44,14 +44,13 @@ void LockWindowState::OnWMEvent(wm::WindowState* window_state,
case wm::WM_EVENT_TOGGLE_VERTICAL_MAXIMIZE:
case wm::WM_EVENT_TOGGLE_HORIZONTAL_MAXIMIZE:
case wm::WM_EVENT_TOGGLE_MAXIMIZE:
- case wm::WM_EVENT_CYCLE_SNAP_DOCK_LEFT:
- case wm::WM_EVENT_CYCLE_SNAP_DOCK_RIGHT:
+ case wm::WM_EVENT_CYCLE_SNAP_LEFT:
+ case wm::WM_EVENT_CYCLE_SNAP_RIGHT:
case wm::WM_EVENT_CENTER:
case wm::WM_EVENT_SNAP_LEFT:
case wm::WM_EVENT_SNAP_RIGHT:
case wm::WM_EVENT_NORMAL:
case wm::WM_EVENT_MAXIMIZE:
- case wm::WM_EVENT_DOCK:
UpdateWindow(window_state,
GetMaximizedOrCenteredWindowType(window_state));
return;

Powered by Google App Engine
This is Rietveld 408576698