| Index: base/system_monitor.h
|
| ===================================================================
|
| --- base/system_monitor.h (revision 6119)
|
| +++ base/system_monitor.h (working copy)
|
| @@ -20,8 +20,10 @@
|
| 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();
|
|
|
| //
|
|
|