From 4f470ec4e08cf042997d68c55bb7aeeeeaa1209c Mon Sep 17 00:00:00 2001 From: "mbelshe@google.com" Date: Sun, 30 Nov 2008 23:54:35 +0000 Subject: 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 --- base/system_monitor.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'base') 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::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(); // -- cgit v1.1