0

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
This commit is contained in:
mbelshe@google.com
2008-11-30 23:54:35 +00:00
parent 9b6b8dbb54
commit 4f470ec4e0
15 changed files with 104 additions and 154 deletions

@ -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();
//