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

Unified Diff: chrome/browser/ui/ash/session_state_delegate_views.cc

Issue 231123002: Notify about major session changes events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 6 years, 8 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
Index: chrome/browser/ui/ash/session_state_delegate_views.cc
diff --git a/chrome/browser/ui/ash/session_state_delegate_views.cc b/chrome/browser/ui/ash/session_state_delegate_views.cc
index c8c103396607914960238fc4d9d566d2d3f7d6bd..c5e8c880e1cde47146ab560caa141a4c1f553891 100644
--- a/chrome/browser/ui/ash/session_state_delegate_views.cc
+++ b/chrome/browser/ui/ash/session_state_delegate_views.cc
@@ -66,6 +66,11 @@ bool SessionStateDelegate::IsUserSessionBlocked() const {
return false;
}
+ash::SessionStateDelegate::SessionState SessionStateDelegate::GetSessionState()
+ const {
+ return SESSION_STATE_ACTIVE;
+}
+
const base::string16 SessionStateDelegate::GetUserDisplayName(
ash::MultiProfileIndex index) const {
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698