diff options
Diffstat (limited to 'app/system_monitor_posix.cc')
-rw-r--r-- | app/system_monitor_posix.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/system_monitor_posix.cc b/app/system_monitor_posix.cc new file mode 100644 index 0000000..5ac7a12 --- /dev/null +++ b/app/system_monitor_posix.cc @@ -0,0 +1,10 @@ +// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "app/system_monitor.h" + +bool SystemMonitor::IsBatteryPower() { + NOTIMPLEMENTED(); + return false; +} |