Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Unified Diff: ash/system/power/power_supply_status.h

Issue 10108028: Extract the averaged time values from incomming protobuf (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/system/power/power_supply_status.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | ash/system/power/power_supply_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698