Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2997)

Unified Diff: ash/system/date/tray_date.cc

Issue 10200006: ash: Refresh the tray items, instead of recreating them, when login status changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/date/tray_date.h ('k') | ash/system/ime/tray_ime.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/date/tray_date.cc
diff --git a/ash/system/date/tray_date.cc b/ash/system/date/tray_date.cc
index bead9706504f992cb4c546cb40b79b85e00d4955..fb8d82954cf26eb239c0ef60f0fec25f251a0ebe 100644
--- a/ash/system/date/tray_date.cc
+++ b/ash/system/date/tray_date.cc
@@ -73,6 +73,9 @@ void TrayDate::DestroyDefaultView() {
void TrayDate::DestroyDetailedView() {
}
+void TrayDate::UpdateAfterLoginStatusChange(user::LoginStatus status) {
+}
+
void TrayDate::OnDateFormatChanged() {
date_tray_->UpdateTimeFormat();
}
« no previous file with comments | « ash/system/date/tray_date.h ('k') | ash/system/ime/tray_ime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698