From a20e82fa0c45fee5515a2ebfc46f38dc65446ef7 Mon Sep 17 00:00:00 2001 From: "mbelshe@google.com" Date: Thu, 25 Sep 2008 18:46:11 +0000 Subject: Implement a SystemMonitor class for monitoring system status changes. For now, this is just implementing power changes (e.g. battery/AC power changes). This CL just contains this class; the hooking into Chrome will come in a separate CL, but I've tested the basics already. Review URL: http://codereview.chromium.org/4051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2593 0039d316-1c4b-4281-b951-d872f2087c98 --- base/build/base.vcproj | 12 ++++++++++++ base/build/base_unittests.vcproj | 4 ++++ 2 files changed, 16 insertions(+) (limited to 'base/build') diff --git a/base/build/base.vcproj b/base/build/base.vcproj index 5f69555..c80e372 100644 --- a/base/build/base.vcproj +++ b/base/build/base.vcproj @@ -718,6 +718,18 @@ > + + + + + + diff --git a/base/build/base_unittests.vcproj b/base/build/base_unittests.vcproj index 1fa32c9..4f1d999 100644 --- a/base/build/base_unittests.vcproj +++ b/base/build/base_unittests.vcproj @@ -316,6 +316,10 @@ > + + -- cgit v1.1