| Index: ash/system/chromeos/power/power_status.h
|
| diff --git a/ash/system/chromeos/power/power_status.h b/ash/system/chromeos/power/power_status.h
|
| index b871ce2db79f9a68ccbb05ebbb6a561555258c8a..e95dcfde6bbf002952aafd7679c89e2cc4ae2c1a 100644
|
| --- a/ash/system/chromeos/power/power_status.h
|
| +++ b/ash/system/chromeos/power/power_status.h
|
| @@ -122,9 +122,6 @@ class ASH_EXPORT PowerStatus : public chromeos::PowerManagerClient::Observer {
|
| // charging rate) is connected.
|
| bool IsUsbChargerConnected() const;
|
|
|
| - // Returns true if an original spring charger is connected.
|
| - bool IsOriginalSpringChargerConnected() const;
|
| -
|
| // Returns the image that should be shown for the battery's current state.
|
| gfx::ImageSkia GetBatteryImage(IconSet icon_set) const;
|
|
|
|
|