Index: base/system_monitor.h |
=================================================================== |
--- base/system_monitor.h (revision 6126) |
+++ base/system_monitor.h (working copy) |
@@ -20,10 +20,8 @@ |
return Singleton<SystemMonitor>::get(); |
} |
- // 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. |
+ // To start the System Monitor within an application |
+ // use this call. |
static void Start(); |
// |