Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: device/battery/battery_status_manager_linux-inl.h

Issue 2818673003: [DeviceService] Expose battery monitoring solely via the Device Service (Closed)
Patch Set: Java file format change Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/battery/battery_status_manager_linux-inl.h
diff --git a/device/battery/battery_status_manager_linux-inl.h b/device/battery/battery_status_manager_linux-inl.h
deleted file mode 100644
index d045dba344582f3259354851671f4fa6698850ca..0000000000000000000000000000000000000000
--- a/device/battery/battery_status_manager_linux-inl.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2014 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.
-
-#ifndef DEVICE_BATTERY_BATTERY_STATUS_MANAGER_LINUX_INL_H_
-#define DEVICE_BATTERY_BATTERY_STATUS_MANAGER_LINUX_INL_H_
-
-namespace device {
-const char kUPowerInterfaceName[] = "org.freedesktop.UPower";
-const char kUPowerServiceName[] = "org.freedesktop.UPower";
-const char kUPowerMethodEnumerateDevices[] = "EnumerateDevices";
-const char kUPowerMethodGetDisplayDevice[] = "GetDisplayDevice";
-const char kUPowerPath[] = "/org/freedesktop/UPower";
-const char kUPowerPropertyDaemonVersion[] = "DaemonVersion";
-const char kUPowerSignalDeviceAdded[] = "DeviceAdded";
-const char kUPowerSignalDeviceRemoved[] = "DeviceRemoved";
-
-const char kUPowerDeviceInterfaceName[] = "org.freedesktop.UPower.Device";
-const char kUPowerDevicePropertyIsPresent[] = "IsPresent";
-const char kUPowerDevicePropertyPercentage[] = "Percentage";
-const char kUPowerDevicePropertyState[] = "State";
-const char kUPowerDevicePropertyTimeToEmpty[] = "TimeToEmpty";
-const char kUPowerDevicePropertyTimeToFull[] = "TimeToFull";
-const char kUPowerDevicePropertyType[] = "Type";
-const char kUPowerDeviceSignalChanged[] = "Changed";
-} // namespace device
-
-#endif // DEVICE_BATTERY_BATTERY_STATUS_MANAGER_LINUX_INL_H_
« no previous file with comments | « device/battery/battery_status_manager_linux.cc ('k') | device/battery/battery_status_manager_linux_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698