| 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 12a07d4aa2eebbcd6598895b794931cfc0cd4fa0..8674fb05b03effc1a50af8799a95655266085238 100644
|
| --- a/chrome/browser/ui/ash/system_tray_delegate_common.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_delegate_common.cc
|
| @@ -152,18 +152,6 @@ void SystemTrayDelegateCommon::ShowEnterpriseInfo() {
|
| void SystemTrayDelegateCommon::ShowUserLogin() {
|
| }
|
|
|
| -bool SystemTrayDelegateCommon::ShowSpringChargerReplacementDialog() {
|
| - return false;
|
| -}
|
| -
|
| -bool SystemTrayDelegateCommon::IsSpringChargerReplacementDialogVisible() {
|
| - return false;
|
| -}
|
| -
|
| -bool SystemTrayDelegateCommon::HasUserConfirmedSafeSpringCharger() {
|
| - return false;
|
| -}
|
| -
|
| void SystemTrayDelegateCommon::ShutDown() {
|
| }
|
|
|
|
|