Index: ash/system/chromeos/power/power_status.cc |
diff --git a/ash/system/chromeos/power/power_status.cc b/ash/system/chromeos/power/power_status.cc |
index 591c31887b3eb0b45434ee3833907dbd038c625f..e43f88a0861c13cc16f2ca3eb4857533c206728a 100644 |
--- a/ash/system/chromeos/power/power_status.cc |
+++ b/ash/system/chromeos/power/power_status.cc |
@@ -193,11 +193,6 @@ bool PowerStatus::IsUsbChargerConnected() const { |
power_manager::PowerSupplyProperties_ExternalPower_USB; |
} |
-bool PowerStatus::IsOriginalSpringChargerConnected() const { |
- return proto_.external_power() == power_manager:: |
- PowerSupplyProperties_ExternalPower_ORIGINAL_SPRING_CHARGER; |
-} |
- |
gfx::ImageSkia PowerStatus::GetBatteryImage(IconSet icon_set) const { |
gfx::Image all; |
if (IsUsbChargerConnected()) { |