| Index: ash/common/system/tray/system_tray_delegate.cc
|
| diff --git a/ash/common/system/tray/system_tray_delegate.cc b/ash/common/system/tray/system_tray_delegate.cc
|
| index bc6e86eb228100c0ca91cf930741a8d268146e55..8b4415b062ad35e200f89a1e7d2ad32771c43b76 100644
|
| --- a/ash/common/system/tray/system_tray_delegate.cc
|
| +++ b/ash/common/system/tray/system_tray_delegate.cc
|
| @@ -35,10 +35,6 @@ SystemTrayDelegate::~SystemTrayDelegate() {}
|
|
|
| void SystemTrayDelegate::Initialize() {}
|
|
|
| -bool SystemTrayDelegate::GetTrayVisibilityOnStartup() {
|
| - return false;
|
| -}
|
| -
|
| LoginStatus SystemTrayDelegate::GetUserLoginStatus() const {
|
| return LoginStatus::NOT_LOGGED_IN;
|
| }
|
|
|