| 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..eec54abb204cb992d893a5fef1c243035c0d6016 100644
|
| --- a/ash/system/power/power_status_view.h
|
| +++ b/ash/system/power/power_status_view.h
|
| @@ -47,14 +47,19 @@ class PowerStatusView : public views::View {
|
| // if true; otherwise, layout the UI items on the left side.
|
| bool default_view_right_align_;
|
|
|
| - // labels used only for VIEW_NOTIFICATION.
|
| + // Labels used only for VIEW_NOTIFICATION.
|
| views::Label* status_label_;
|
| views::Label* time_label_;
|
|
|
| - // labels used only for VIEW_DEFAULT.
|
| + // Labels used only for VIEW_DEFAULT.
|
| views::Label* time_status_label_;
|
|
|
| + // Battery status indicator icon.
|
| views::ImageView* icon_;
|
| +
|
| + // Index of the current icon in the icon array image, or -1 if unknown.
|
| + int icon_image_index_;
|
| +
|
| ViewType view_type_;
|
|
|
| PowerSupplyStatus supply_status_;
|
|
|