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

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

Issue 2782223002: Add ability to have active window autohide shelf (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/window_state.h ('k') | ash/shelf/shelf_layout_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/window_state.cc
diff --git a/ash/common/wm/window_state.cc b/ash/common/wm/window_state.cc
index 04f737ab16dce75e84a8f246341e97774589f8cb..dc42f68c2e1e9aebac99b76eab6ff27f08108e66 100644
--- a/ash/common/wm/window_state.cc
+++ b/ash/common/wm/window_state.cc
@@ -295,6 +295,7 @@ WindowState::WindowState(WmWindow* window)
unminimize_to_restore_bounds_(false),
in_immersive_fullscreen_(false),
hide_shelf_when_fullscreen_(true),
+ autohide_shelf_when_maximized_or_fullscreen_(false),
minimum_visibility_(false),
can_be_dragged_(true),
cached_always_on_top_(false),
« no previous file with comments | « ash/common/wm/window_state.h ('k') | ash/shelf/shelf_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698