summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authormbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-01 00:52:40 +0000
committermbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-01 00:52:40 +0000
commit3abd6bbdfb0a6d8367a2c56d4846e3d70d9da660 (patch)
treec6b872305f258a653ac0203eeb25b5b08ae2eb00 /base
parent4f470ec4e08cf042997d68c55bb7aeeeeaa1209c (diff)
downloadchromium_src-3abd6bbdfb0a6d8367a2c56d4846e3d70d9da660.zip
chromium_src-3abd6bbdfb0a6d8367a2c56d4846e3d70d9da660.tar.gz
chromium_src-3abd6bbdfb0a6d8367a2c56d4846e3d70d9da660.tar.bz2
Rollback
Review URL: http://codereview.chromium.org/13009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6127 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-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 32bd732..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 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();
//