summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authormbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-30 23:54:35 +0000
committermbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-30 23:54:35 +0000
commit4f470ec4e08cf042997d68c55bb7aeeeeaa1209c (patch)
treebb0f13c32bb3f27849a8f694720e0664b0550fda /base
parent9b6b8dbb54aeec5b4f271a7b5aed18c45664f911 (diff)
downloadchromium_src-4f470ec4e08cf042997d68c55bb7aeeeeaa1209c.zip
chromium_src-4f470ec4e08cf042997d68c55bb7aeeeeaa1209c.tar.gz
chromium_src-4f470ec4e08cf042997d68c55bb7aeeeeaa1209c.tar.bz2
A new copy of the old system monitor changelist.
Review URL: http://codereview.chromium.org/12817 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6126 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-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..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();
//