| Index: ash/system/chromeos/power/power_status.h
|
| ===================================================================
|
| --- ash/system/chromeos/power/power_status.h (revision 240507)
|
| +++ ash/system/chromeos/power/power_status.h (working copy)
|
| @@ -120,6 +120,9 @@
|
| // 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;
|
|
|
|
|