| Index: ash/wm/power_button_controller.cc
|
| diff --git a/ash/wm/power_button_controller.cc b/ash/wm/power_button_controller.cc
|
| index 5a26a83cbf113911fd4fb23d6733e46ff880835d..4615dc8705e9674ef702a53bbf1f07cfc23c3896 100644
|
| --- a/ash/wm/power_button_controller.cc
|
| +++ b/ash/wm/power_button_controller.cc
|
| @@ -82,7 +82,7 @@ void PowerButtonController::OnPowerButtonEvent(
|
| !controller_->LockRequested()) {
|
| controller_->StartLockAnimationAndLockImmediately(false);
|
| } else {
|
| - controller_->RequestShutdown(LockStateController::POWER_OFF);
|
| + controller_->RequestShutdownOrRestart();
|
| }
|
| }
|
| } else { // !has_legacy_power_button_
|
|
|