Index: ash/system/settings/tray_settings.cc |
diff --git a/ash/system/settings/tray_settings.cc b/ash/system/settings/tray_settings.cc |
index bd67ab710d86be9bf1e994e86f9d1bee39116b19..90898641d86130caa637ad07f84fe3a6f0a66747 100644 |
--- a/ash/system/settings/tray_settings.cc |
+++ b/ash/system/settings/tray_settings.cc |
@@ -93,5 +93,8 @@ void TraySettings::DestroyDefaultView() { |
void TraySettings::DestroyDetailedView() { |
} |
+void TraySettings::UpdateAfterLoginStatusChange(user::LoginStatus status) { |
+} |
+ |
} // namespace internal |
} // namespace ash |