| 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..8a8d0e5297f9689288e22492204a3e61ccef9620 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_->RequestShutdown();
 | 
|        }
 | 
|      }
 | 
|    } else {  // !has_legacy_power_button_
 | 
| 
 |