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:
base
chrome
@ -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();
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user