| Index: ash/wm/power_button_controller.cc
|
| diff --git a/ash/wm/power_button_controller.cc b/ash/wm/power_button_controller.cc
|
| index 8a8d0e5297f9689288e22492204a3e61ccef9620..5a26a83cbf113911fd4fb23d6733e46ff880835d 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();
|
| + controller_->RequestShutdown(LockStateController::POWER_OFF);
|
| }
|
| }
|
| } else { // !has_legacy_power_button_
|
|
|