| Index: ash/system/chromeos/power/tray_power.cc
|
| diff --git a/ash/system/chromeos/power/tray_power.cc b/ash/system/chromeos/power/tray_power.cc
|
| index b52f1ddbb9780e59bd648175e838dda1ddcb5287..75ac669be3d95d77609ccbe5a02d4289586bf976 100644
|
| --- a/ash/system/chromeos/power/tray_power.cc
|
| +++ b/ash/system/chromeos/power/tray_power.cc
|
| @@ -36,10 +36,6 @@ namespace ash {
|
| namespace internal {
|
|
|
| namespace {
|
| -// Top/bottom padding of the text items.
|
| -const int kPaddingVertical = 10;
|
| -// Specify min width of status label for layout.
|
| -const int kLabelMinWidth = 120;
|
| // Notification times.
|
| const int kCriticalSeconds = 5 * 60;
|
| const int kLowPowerSeconds = 15 * 60;
|
|
|