Index: ash/system/tray/system_tray_delegate.h |
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h |
index 0c00325cdfc770c52c22b5a328b7d9bacbe77aef..88e49b4430292b2a48722ffc1d133efa741b9df5 100644 |
--- a/ash/system/tray/system_tray_delegate.h |
+++ b/ash/system/tray/system_tray_delegate.h |
@@ -6,6 +6,8 @@ |
#define ASH_SYSTEM_TRAY_SYSTEM_TRAY_DELEGATE_H_ |
#pragma once |
+#include "ash/system/user/login_status.h" |
+ |
class SkBitmap; |
namespace ash { |
@@ -18,6 +20,7 @@ class SystemTrayDelegate { |
virtual const std::string GetUserDisplayName() = 0; |
virtual const std::string GetUserEmail() = 0; |
virtual const SkBitmap& GetUserImage() = 0; |
+ virtual user::LoginStatus GetUserLoginStatus() = 0; |
// Shows settings. |
virtual void ShowSettings() = 0; |