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

Unified Diff: ash/common/system/chromeos/power/tray_power.cc

Issue 2750263002: Remove ash tray utility functions that are no-ops in MD. (Closed)
Patch Set: Created 3 years, 9 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/common/system/chromeos/power/tray_power.h ('k') | ash/common/system/ime/tray_ime_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/chromeos/power/tray_power.cc
diff --git a/ash/common/system/chromeos/power/tray_power.cc b/ash/common/system/chromeos/power/tray_power.cc
index 7d071ed461fcccf986a3639853491ec9a3f1836e..8e694e15c41542f9c14ca7a21cdbd7323a2d7ac2 100644
--- a/ash/common/system/chromeos/power/tray_power.cc
+++ b/ash/common/system/chromeos/power/tray_power.cc
@@ -182,14 +182,6 @@ void TrayPower::DestroyTrayView() {
power_tray_ = NULL;
}
-void TrayPower::DestroyDefaultView() {}
-
-void TrayPower::UpdateAfterLoginStatusChange(LoginStatus status) {}
-
-void TrayPower::UpdateAfterShelfAlignmentChange(ShelfAlignment alignment) {
- SetTrayImageItemBorder(power_tray_, alignment);
-}
-
void TrayPower::OnPowerStatusChanged() {
bool battery_alert = UpdateNotificationState();
if (power_tray_)
« no previous file with comments | « ash/common/system/chromeos/power/tray_power.h ('k') | ash/common/system/ime/tray_ime_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698