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

Unified Diff: ash/common/shelf/shelf_locking_manager.h

Issue 2734933004: ash: Use SessionController instead of SessionStateDelegate (Closed)
Patch Set: rebase to get WorkspaceLayoutManagerSoloTest change 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/shelf/shelf_layout_manager.cc ('k') | ash/common/shelf/shelf_locking_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/shelf_locking_manager.h
diff --git a/ash/common/shelf/shelf_locking_manager.h b/ash/common/shelf/shelf_locking_manager.h
index 2bf015e7f996e3865d2ed263b505a00c0beddf4b..84de4bac2b3f96cdb51e5ee84858ccaf404c42b8 100644
--- a/ash/common/shelf/shelf_locking_manager.h
+++ b/ash/common/shelf/shelf_locking_manager.h
@@ -42,7 +42,7 @@ class ASH_EXPORT ShelfLockingManager : public ShellObserver,
WmShelf* shelf_;
bool session_locked_ = false;
bool screen_locked_ = false;
- ShelfAlignment stored_alignment_ = SHELF_ALIGNMENT_BOTTOM;
+ ShelfAlignment stored_alignment_;
DISALLOW_COPY_AND_ASSIGN(ShelfLockingManager);
};
« no previous file with comments | « ash/common/shelf/shelf_layout_manager.cc ('k') | ash/common/shelf/shelf_locking_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698