summaryrefslogtreecommitdiffstats
path: root/base/system_monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/system_monitor.h')
-rw-r--r--base/system_monitor.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/base/system_monitor.h b/base/system_monitor.h
index 7a2d4d5..4756e6733 100644
--- a/base/system_monitor.h
+++ b/base/system_monitor.h
@@ -20,8 +20,10 @@ class SystemMonitor {
return Singleton<SystemMonitor>::get();
}
- // To start the System Monitor within an application
- // use this call.
+ // Start the System Monitor within a process. This method
+ // is provided so tht the battery check can be deferred.
+ // The MessageLoop must be started before calling this
+ // method.
static void Start();
//