Chromium Code Reviews| Index: ash/system/power/power_status_view.h |
| diff --git a/ash/system/power/power_status_view.h b/ash/system/power/power_status_view.h |
| index 340cd462bd8d8258a14f54a55192a23602cf42ce..a901413fcce9f1067440d527ac6f128f846a8fdc 100644 |
| --- a/ash/system/power/power_status_view.h |
| +++ b/ash/system/power/power_status_view.h |
| @@ -55,6 +55,7 @@ class PowerStatusView : public views::View { |
| views::Label* time_status_label_; |
| views::ImageView* icon_; |
| + int battery_image_index_; |
|
Daniel Erat
2012/09/04 21:51:58
nit: add a comment describing what this is an inde
|
| ViewType view_type_; |
| PowerSupplyStatus supply_status_; |