| Index: chromeos/dbus/power_supply_status.h
|
| diff --git a/chromeos/dbus/power_supply_status.h b/chromeos/dbus/power_supply_status.h
|
| index f831de46dcfae63a39a54a0925b910d260400d9c..6a6b3693feaf4753c26a30aabe91c07498ce4218 100644
|
| --- a/chromeos/dbus/power_supply_status.h
|
| +++ b/chromeos/dbus/power_supply_status.h
|
| @@ -21,6 +21,8 @@ struct CHROMEOS_EXPORT PowerSupplyStatus {
|
| // Time in seconds until the battery is empty or full, 0 for unknown.
|
| int64 battery_seconds_to_empty;
|
| int64 battery_seconds_to_full;
|
| + int64 averaged_battery_time_to_empty;
|
| + int64 averaged_battery_time_to_full;
|
|
|
| double battery_percentage;
|
|
|
|
|