Index: ash/system/power/power_supply_status.h |
diff --git a/ash/system/power/power_supply_status.h b/ash/system/power/power_supply_status.h |
index f759ac1944fc46ea6d04a755cf3f61bb61f0a016..e1fe066391a7257fc24e24456037c9e568aca0d4 100644 |
--- a/ash/system/power/power_supply_status.h |
+++ b/ash/system/power/power_supply_status.h |
@@ -29,6 +29,8 @@ struct ASH_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; |