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

Unified Diff: ash/common/session/session_state_delegate.h

Issue 2545723003: ash: Add SessionController/Client mojo interfaces (Closed)
Patch Set: use a default to fix null avatar image failures Created 4 years 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/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|.

Powered by Google App Engine
This is Rietveld 408576698