summaryrefslogtreecommitdiffstats
path: root/base/system_monitor.h
diff options
context:
space:
mode:
authormbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-14 22:17:25 +0000
committermbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-14 22:17:25 +0000
commitae7ca1b9b87f64b8c798cc9db11cc568e9ae421e (patch)
tree2028b70d318110ec2e44760859bc9bb16c4d3d09 /base/system_monitor.h
parenta4bcf7d648a9dcbc75b989801f8126b080d55ba0 (diff)
downloadchromium_src-ae7ca1b9b87f64b8c798cc9db11cc568e9ae421e.zip
chromium_src-ae7ca1b9b87f64b8c798cc9db11cc568e9ae421e.tar.gz
chromium_src-ae7ca1b9b87f64b8c798cc9db11cc568e9ae421e.tar.bz2
Review URL: http://codereview.chromium.org/10958
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5509 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/system_monitor.h')
-rw-r--r--base/system_monitor.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/base/system_monitor.h b/base/system_monitor.h
index 4756e6733..7a2d4d5 100644
--- a/base/system_monitor.h
+++ b/base/system_monitor.h
@@ -20,10 +20,8 @@ class SystemMonitor {
return Singleton<SystemMonitor>::get();
}
- // 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.
+ // To start the System Monitor within an application
+ // use this call.
static void Start();
//