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

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
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 9ba7473d390c750a1e76a340ea26da62b2701457..18335f2a96055b828d5f5b2afb34abdfec6df625 100644
--- a/ash/common/wm/lock_layout_manager.h
+++ b/ash/common/wm/lock_layout_manager.h
@@ -24,8 +24,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

Powered by Google App Engine
This is Rietveld 408576698