Index: device/battery/battery_status.mojom |
diff --git a/device/battery/battery_status.mojom b/device/battery/battery_status.mojom |
deleted file mode 100644 |
index 6e9ba4654933864c9f8f2d231fd2da6f0ecb1dbb..0000000000000000000000000000000000000000 |
--- a/device/battery/battery_status.mojom |
+++ /dev/null |
@@ -1,14 +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. |
- |
-module device { |
- |
-struct BatteryStatus { |
- bool charging = true; |
- double charging_time = 0.0; |
- double discharging_time = double.INFINITY; |
- double level = 1.0; |
-}; |
- |
-} |