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

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: fix crash Created 6 years, 6 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/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 936caaa18a115b2041c839d5d272627142aa726d..d26c03106fa26c25641e973cce12268bdf3d58ca 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 {
@@ -303,6 +304,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);
« no previous file with comments | « ash/wm/lock_window_state.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698