| Index: chromeos/dbus/power_manager_client.h
|
| diff --git a/chromeos/dbus/power_manager_client.h b/chromeos/dbus/power_manager_client.h
|
| index cced783ddf3cc16ff12d725aa9a078c0fb2c2648..dcd98489676dea39abdb1149db31320d66e44eb4 100644
|
| --- a/chromeos/dbus/power_manager_client.h
|
| +++ b/chromeos/dbus/power_manager_client.h
|
| @@ -80,9 +80,6 @@ class CHROMEOS_EXPORT PowerManagerClient {
|
| // Called when the screen is unlocked.
|
| virtual void UnlockScreen() {}
|
|
|
| - // Called when the screen fails to unlock.
|
| - virtual void UnlockScreenFailed() {}
|
| -
|
| // Called when we go idle for threshold time.
|
| virtual void IdleNotify(int64 threshold_secs) {}
|
|
|
|
|