| Index: chrome/browser/ui/ash/system_tray_delegate_common.cc
|
| diff --git a/chrome/browser/ui/ash/system_tray_delegate_common.cc b/chrome/browser/ui/ash/system_tray_delegate_common.cc
|
| index dab00c65b47bf7f869e061509cb41b3888deb018..268827fea1d3ed43439f49af661ba448d12a41d9 100644
|
| --- a/chrome/browser/ui/ash/system_tray_delegate_common.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_delegate_common.cc
|
| @@ -156,9 +156,6 @@ void SystemTrayDelegateCommon::ShowEnterpriseInfo() {
|
| void SystemTrayDelegateCommon::ShowUserLogin() {
|
| }
|
|
|
| -void SystemTrayDelegateCommon::ShutDown() {
|
| -}
|
| -
|
| void SystemTrayDelegateCommon::SignOut() {
|
| }
|
|
|
| @@ -271,6 +268,18 @@ void SystemTrayDelegateCommon::RemoveCustodianInfoTrayObserver(
|
| ash::CustodianInfoTrayObserver* observer) {
|
| }
|
|
|
| +void SystemTrayDelegateCommon::AddShutdownPolicyObserver(
|
| + ash::ShutdownPolicyObserver* observer) {
|
| +}
|
| +
|
| +void SystemTrayDelegateCommon::RemoveShutdownPolicyObserver(
|
| + ash::ShutdownPolicyObserver* observer) {
|
| +}
|
| +
|
| +void SystemTrayDelegateCommon::ShouldRebootOnShutdown(
|
| + const ash::RebootOnShutdownCallback& callback) {
|
| +}
|
| +
|
| ash::SystemTrayNotifier* SystemTrayDelegateCommon::GetSystemTrayNotifier() {
|
| return ash::Shell::GetInstance()->system_tray_notifier();
|
| }
|
|
|