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