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

Unified Diff: chromeos/dbus/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 | « chromeos/dbus/power_manager_client.cc ('k') | chromeos/dbus/power_supply_status.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chromeos/dbus/power_manager_client.cc ('k') | chromeos/dbus/power_supply_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698