| Index: ash/system/power/power_supply_status.cc
|
| diff --git a/ash/system/power/power_supply_status.cc b/ash/system/power/power_supply_status.cc
|
| index d1ad5dc9a06f4147d24b503a4e36dafa15974a24..79cfa8610da8e1692e5defadaee0c88a2f6c0221 100644
|
| --- a/ash/system/power/power_supply_status.cc
|
| +++ b/ash/system/power/power_supply_status.cc
|
| @@ -9,6 +9,7 @@
|
|
|
| namespace ash {
|
|
|
| +#if !defined(OS_CHROMEOS)
|
| PowerSupplyStatus::PowerSupplyStatus()
|
| : line_power_on(false),
|
| battery_is_present(false),
|
| @@ -40,5 +41,6 @@ std::string PowerSupplyStatus::ToString() const {
|
| battery_seconds_to_full);
|
| return result;
|
| }
|
| +#endif // !defined(OS_CHROMEOS)
|
|
|
| } // namespace ash
|
|
|