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

Unified Diff: base/system_monitor/system_monitor.cc

Issue 7812036: Update base/timer.h code to pass through Location from call sites. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | base/timer.h » ('j') | base/timer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/system_monitor/system_monitor.cc
diff --git a/base/system_monitor/system_monitor.cc b/base/system_monitor/system_monitor.cc
index 7b1349cdb885812e259bcfe7369e3db115995b62..79fd562df207fa324741ca5ded2134054baefb73 100644
--- a/base/system_monitor/system_monitor.cc
+++ b/base/system_monitor/system_monitor.cc
@@ -29,7 +29,7 @@ SystemMonitor::SystemMonitor()
#if defined(ENABLE_BATTERY_MONITORING)
delayed_battery_check_.Start(
base::TimeDelta::FromMilliseconds(kDelayedBatteryCheckMs), this,
- &SystemMonitor::BatteryCheck);
+ &SystemMonitor::BatteryCheck, FROM_HERE);
#endif // defined(ENABLE_BATTERY_MONITORING)
#if defined(OS_MACOSX)
PlatformInit();
« no previous file with comments | « no previous file | base/timer.h » ('j') | base/timer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698