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

Unified Diff: ash/wm/window_state.h

Issue 254673004: Add LockLayoutManager responsible for lock container (login/lock). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: overscroll comment 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
« ash/wm/lock_layout_manager.cc ('K') | « ash/wm/lock_window_state.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_state.h
diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h
index 4ce47fdd275de07c806862b87139820d1d12b208..91496fec5be5e87caea59040a11214206d4875c6 100644
--- a/ash/wm/window_state.h
+++ b/ash/wm/window_state.h
@@ -25,6 +25,7 @@ class Rect;
namespace ash {
class WorkspaceLayoutManager;
+class LockWindowState;
class MaximizeModeWindowState;
namespace wm {
@@ -292,6 +293,7 @@ class ASH_EXPORT WindowState : public aura::WindowObserver {
private:
friend class DefaultState;
+ friend class ash::LockWindowState;
friend class ash::MaximizeModeWindowState;
FRIEND_TEST_ALL_PREFIXES(WindowAnimationsTest, CrossFadeToBounds);
« ash/wm/lock_layout_manager.cc ('K') | « ash/wm/lock_window_state.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698