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 4db921bd434df3ef61c763466b5697e2ddecc932..2b7dfe0198cc6b206b4d9e2448a5abe710f5f023 100644 |
--- a/ash/system/tray/system_tray_item.cc |
+++ b/ash/system/tray/system_tray_item.cc |
@@ -58,6 +58,9 @@ void SystemTrayItem::UpdateAfterLoginStatusChange(user::LoginStatus status) { |
void SystemTrayItem::UpdateAfterShelfAlignmentChange(ShelfAlignment alignment) { |
} |
+void SystemTrayItem::UpdateAfterAshInit() { |
+} |
+ |
void SystemTrayItem::PopupDetailedView(int for_seconds, bool activate) { |
Shell::GetInstance()->system_tray()->ShowDetailedView( |
this, for_seconds, activate, BUBBLE_CREATE_NEW); |