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

Unified Diff: ash/shelf/shelf_layout_manager.h

Issue 308683002: Move MaximizeModeWindowManager to the controller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/shelf/shelf_layout_manager.h
diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
index f0acb4224ab569f8305634aeff82e5fedd2ee523..5d4b8095dc4e7b1af1251ad1e12e13f0e731ac28 100644
--- a/ash/shelf/shelf_layout_manager.h
+++ b/ash/shelf/shelf_layout_manager.h
@@ -64,7 +64,6 @@ class ASH_EXPORT ShelfLayoutManager :
public LockStateObserver,
public SessionStateObserver {
public:
-
// We reserve a small area on the edge of the workspace area to ensure that
// the resize handle at the edge of the window can be hit.
static const int kWorkspaceAreaVisibleInset;
@@ -341,10 +340,6 @@ class ASH_EXPORT ShelfLayoutManager :
// UpdateBoundsAndOpacity() again from SetChildBounds().
bool updating_bounds_;
- // If true, the shelf gets forced (e.g. by the maximize mode) to be always
- // visible.
- bool force_shelf_always_visibile_;
-
// See description above setter.
ShelfAutoHideBehavior auto_hide_behavior_;

Powered by Google App Engine
This is Rietveld 408576698