diff options
Diffstat (limited to 'base/system_monitor.h')
-rw-r--r-- | base/system_monitor.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/base/system_monitor.h b/base/system_monitor.h index 7a2d4d5..32bd732 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 that the battery check can be deferred.
+ // The MessageLoop must be started before calling this
+ // method.
static void Start();
//
|