aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Erat <derat@chromium.org>2014-12-11 15:47:06 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-12-12 23:14:35 +0000
commitbef156b91d7edda8854343bb061ceafb903f264b (patch)
tree1789bc105a802f99edd88021ff9458f995ca22ee
parent930220cf1ee2e98928766d35ac92984c5ddb6cb0 (diff)
downloadsystem_api-bef156b91d7edda8854343bb061ceafb903f264b.tar.gz
Remove ORIGINAL_SPRING_CHARGER from PowerSupplyProperties.
BUG=chromium:427057 TEST=built it CQ-DEPEND=Ia659c8808363d1307a8a68109475c16a4f48afba Change-Id: I21010dd56e134980aa7597b9f064ad2054327148 Reviewed-on: https://chromium-review.googlesource.com/234825 Trybot-Ready: Daniel Erat <derat@chromium.org> Reviewed-by: Chris Masone <cmasone@chromium.org> Commit-Queue: Daniel Erat <derat@chromium.org> Tested-by: Daniel Erat <derat@chromium.org>
-rw-r--r--dbus/power_manager/power_supply_properties.proto4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbus/power_manager/power_supply_properties.proto b/dbus/power_manager/power_supply_properties.proto
index 122c539..687d7d7 100644
--- a/dbus/power_manager/power_supply_properties.proto
+++ b/dbus/power_manager/power_supply_properties.proto
@@ -21,10 +21,6 @@ message PowerSupplyProperties {
// A low-power USB source (SDP, DCP, CDP, or ACA) is connected.
USB = 1;
- // An original spring AC charger (as identified by an ID sampled by the EC)
- // is connected.
- ORIGINAL_SPRING_CHARGER = 3;
-
// No external power source is connected.
DISCONNECTED = 2;