michael@0: // Copyright (c) 2008 The Chromium Authors. All rights reserved. michael@0: // Use of this source code is governed by a BSD-style license that can be michael@0: // found in the LICENSE file. michael@0: michael@0: #include "base/system_monitor.h" michael@0: michael@0: namespace base { michael@0: michael@0: bool SystemMonitor::IsBatteryPower() { michael@0: NOTIMPLEMENTED(); michael@0: return false; michael@0: } michael@0: michael@0: } // namespace base