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

Unified Diff: ash/system/power/tray_power.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/power/tray_power.h ('k') | ash/system/settings/tray_settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/power/tray_power.cc
diff --git a/ash/system/power/tray_power.cc b/ash/system/power/tray_power.cc
index ee0229f7402a7b736386f5b8201d74d52729834a..6c969d114cb83b3dd2c675e66f0654a2b89a3a8c 100644
--- a/ash/system/power/tray_power.cc
+++ b/ash/system/power/tray_power.cc
@@ -243,6 +243,9 @@ void TrayPower::DestroyDefaultView() {
void TrayPower::DestroyDetailedView() {
}
+void TrayPower::UpdateAfterLoginStatusChange(user::LoginStatus status) {
+}
+
void TrayPower::OnPowerStatusChanged(const PowerSupplyStatus& status) {
if (power_tray_.get())
power_tray_->UpdatePowerStatus(status);
« no previous file with comments | « ash/system/power/tray_power.h ('k') | ash/system/settings/tray_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698