Index: ash/common/session/session_state_delegate.h |
diff --git a/ash/common/session/session_state_delegate.h b/ash/common/session/session_state_delegate.h |
index d0d2461e6a01177e7b76cc9cb98c1f246e977a62..fb260f1aa8b04945e323d75eb971e52afbe13fef 100644 |
--- a/ash/common/session/session_state_delegate.h |
+++ b/ash/common/session/session_state_delegate.h |
@@ -25,6 +25,8 @@ class SessionStateObserver; |
class WmWindow; |
// Delegate for checking and modifying the session state. |
+// DEPRECATED in favor of SessionController/SessionControllerClient for mash. |
+// TODO(xiyuan): Remove this when SessionController etc are ready. |
class ASH_EXPORT SessionStateDelegate { |
public: |
// Defines the cycle direction for |CycleActiveUser|. |