summaryrefslogtreecommitdiffstats
path: root/content/browser/power_usage_monitor_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch to standard integer types in content/browser/.avi2015-12-251-1/+1
| | | | | | | | | BUG=138542 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/1549113002 Cr-Commit-Position: refs/heads/master@{#366868}
* Cleanup: Fix content header include guards.tfarina2015-02-271-3/+3
| | | | | | | | | | | | | | | | | The header include guards should match the file path from root. These entries were found using a modified version of Eric's fix-include-guards.py script found attached in https://code.google.com/p/chromium/issues/detail?id=435361#c7. BUG=435361 TEST=content_unittests R=avi@chromium.org TBR=avi@chromium.org Review URL: https://codereview.chromium.org/942963003 Cr-Commit-Position: refs/heads/master@{#318520}
* Report UMA stats on battery discharge rate when Chrome is running.jeremy2014-11-171-0/+133
Stats reported: * Battery depletion percent over 5, 15 and 30 minute period. * Battery discharge rate if battery was discharged for more than 30 minutes. Reports are only generated after 30 minutes of uptime so as not to be affected by increased power draw at system startup. In-progress stat collection is cancelled on sleep or when all renderers are closed. BUG=418407 Review URL: https://codereview.chromium.org/560553005 Cr-Commit-Position: refs/heads/master@{#304412}