Support Managed NetworkState format dictionaries for controlled settings.
[chromium-blink-merge.git] / base / power_monitor / power_monitor_device_source_posix.cc
blobf24e5b23f0a032b58c0fe19704fc12da97f5d6b5
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "base/power_monitor/power_monitor_device_source.h"
7 namespace base {
9 bool PowerMonitorDeviceSource::IsOnBatteryPowerImpl() {
10 NOTIMPLEMENTED();
11 return false;
14 } // namespace base