| Index: ash/common/system/chromeos/power/tray_power.cc
|
| diff --git a/ash/common/system/chromeos/power/tray_power.cc b/ash/common/system/chromeos/power/tray_power.cc
|
| index 7d071ed461fcccf986a3639853491ec9a3f1836e..8e694e15c41542f9c14ca7a21cdbd7323a2d7ac2 100644
|
| --- a/ash/common/system/chromeos/power/tray_power.cc
|
| +++ b/ash/common/system/chromeos/power/tray_power.cc
|
| @@ -182,14 +182,6 @@ void TrayPower::DestroyTrayView() {
|
| power_tray_ = NULL;
|
| }
|
|
|
| -void TrayPower::DestroyDefaultView() {}
|
| -
|
| -void TrayPower::UpdateAfterLoginStatusChange(LoginStatus status) {}
|
| -
|
| -void TrayPower::UpdateAfterShelfAlignmentChange(ShelfAlignment alignment) {
|
| - SetTrayImageItemBorder(power_tray_, alignment);
|
| -}
|
| -
|
| void TrayPower::OnPowerStatusChanged() {
|
| bool battery_alert = UpdateNotificationState();
|
| if (power_tray_)
|
|
|