| Index: chromeos/dbus/power_manager_client.h
|
| diff --git a/chromeos/dbus/power_manager_client.h b/chromeos/dbus/power_manager_client.h
|
| index 99ffd52c891acda2e9c1c25607769936d239cd61..ffd3d12616a30f5230ae98e632ca4cd739ad39c5 100644
|
| --- a/chromeos/dbus/power_manager_client.h
|
| +++ b/chromeos/dbus/power_manager_client.h
|
| @@ -61,6 +61,7 @@ class CHROMEOS_EXPORT PowerManagerClient {
|
| // |power_on| The new state of the power setting.
|
| // |all_displays| True if this applies to all displays or false if it is
|
| // the internal display only.
|
| + // TODO(derat): Remove this.
|
| virtual void ScreenPowerSet(bool power_on, bool all_displays) {}
|
|
|
| // Called when power supply polling takes place. |status| is a data
|
|
|