| Index: ash/system/tray/system_tray_item.cc
|
| diff --git a/ash/system/tray/system_tray_item.cc b/ash/system/tray/system_tray_item.cc
|
| index dcbc597217ca9d196ea9b03aeb8fa69a82e7122c..51fdb0af4019bece450e8723272f06d64ae77d40 100644
|
| --- a/ash/system/tray/system_tray_item.cc
|
| +++ b/ash/system/tray/system_tray_item.cc
|
| @@ -45,8 +45,7 @@ void SystemTrayItem::TransitionDetailedView() {
|
|
|
| void SystemTrayItem::UpdateAfterLoginStatusChange(LoginStatus status) {}
|
|
|
| -void SystemTrayItem::UpdateAfterShelfAlignmentChange(ShelfAlignment alignment) {
|
| -}
|
| +void SystemTrayItem::UpdateAfterShelfAlignmentChange() {}
|
|
|
| void SystemTrayItem::ShowDetailedView(int for_seconds, bool activate) {
|
| system_tray()->ShowDetailedView(this, for_seconds, activate,
|
|
|