| 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 89246f5ee7c9f05a2310878e42c74cb79b727f0e..4cb07af9f4d9d1401c2ac60f7ac39f5d12d525b8 100644
|
| --- a/ash/common/system/tray/system_tray_delegate.cc
|
| +++ b/ash/common/system/tray/system_tray_delegate.cc
|
| @@ -82,10 +82,6 @@ bool SystemTrayDelegate::ShouldShowSettings() {
|
|
|
| void SystemTrayDelegate::ShowSetTimeDialog() {}
|
|
|
| -bool SystemTrayDelegate::ShouldShowDisplayNotification() {
|
| - return false;
|
| -}
|
| -
|
| void SystemTrayDelegate::ShowEnterpriseInfo() {}
|
|
|
| void SystemTrayDelegate::ShowUserLogin() {}
|
|
|