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..f518cb3b4bedf92fa5c6e86325fd66e03eb96176 100644 |
| --- a/ash/system/power/power_status_view.h |
| +++ b/ash/system/power/power_status_view.h |
| @@ -54,7 +54,11 @@ class PowerStatusView : public views::View { |
| // labels used only for VIEW_DEFAULT. |
| views::Label* time_status_label_; |
| + // battery status indicator icon |
|
Daniel Erat
2012/09/11 22:17:09
nit: capitalize first letter and add period, e.g.
|
| views::ImageView* icon_; |
| + // index of the current icon in the icon array image |
|
Daniel Erat
2012/09/11 22:17:09
nit: add blank line above this one
also, change c
|
| + int icon_image_index_; |
| + |
| ViewType view_type_; |
| PowerSupplyStatus supply_status_; |