From 322f7f7005061fee5e3b691e6aee318ea93a7eb8 Mon Sep 17 00:00:00 2001 From: "mbelshe@google.com" Date: Fri, 14 Nov 2008 19:07:32 +0000 Subject: Change to integrate SystemMonitor changes into chrome. This enables the dynamic detection of battery status changes so that we can turn on/off the hi-res timer. Review URL: http://codereview.chromium.org/10264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5489 0039d316-1c4b-4281-b951-d872f2087c98 --- base/system_monitor.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'base/system_monitor.h') diff --git a/base/system_monitor.h b/base/system_monitor.h index 7a2d4d5..4756e6733 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 tht the battery check can be deferred. + // The MessageLoop must be started before calling this + // method. static void Start(); // -- cgit v1.1