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

Unified Diff: ash/common/wm/lock_layout_manager.h

Issue 2700523004: Remove docked windows entirely in M59. (Closed)
Patch Set: Rebase Created 3 years, 9 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/wm/fullscreen_window_finder.cc ('k') | ash/common/wm/lock_window_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/lock_layout_manager.h
diff --git a/ash/common/wm/lock_layout_manager.h b/ash/common/wm/lock_layout_manager.h
index c903018b6cdab55793bf70bf98b5a06062e87e0c..364e647091cc624da012db095f920561f6bdba45 100644
--- a/ash/common/wm/lock_layout_manager.h
+++ b/ash/common/wm/lock_layout_manager.h
@@ -25,8 +25,8 @@ class WMEvent;
// LockLayoutManager is used for the windows created in LockScreenContainer.
// For Chrome OS this includes out-of-box/login/lock/multi-profile login use
// cases. LockScreenContainer does not use default work area definition.
-// By default work area is defined as display area minus shelf, docked windows
-// and minus virtual keyboard bounds.
+// By default work area is defined as display area minus shelf, and minus
+// virtual keyboard bounds.
// For windows in LockScreenContainer work area is display area minus virtual
// keyboard bounds (only if keyboard overscroll is disabled). If keyboard
// overscroll is enabled then work area always equals to display area size since
« no previous file with comments | « ash/common/wm/fullscreen_window_finder.cc ('k') | ash/common/wm/lock_window_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698