| Index: ash/system/chromeos/power/tablet_power_button_controller.cc
|
| diff --git a/ash/system/chromeos/power/tablet_power_button_controller.cc b/ash/system/chromeos/power/tablet_power_button_controller.cc
|
| index 4600b46b0538b2281b42cdbe0a24bc234e3cf639..d8b3fc6f54204c082c8fd1ce0bfc718cc44c84ec 100644
|
| --- a/ash/system/chromeos/power/tablet_power_button_controller.cc
|
| +++ b/ash/system/chromeos/power/tablet_power_button_controller.cc
|
| @@ -23,7 +23,7 @@ namespace {
|
|
|
| // Amount of time the power button must be held to start the pre-shutdown
|
| // animation when in tablet mode.
|
| -constexpr int kShutdownTimeoutMs = 1000;
|
| +constexpr int kShutdownTimeoutMs = 500;
|
|
|
| // Amount of time since last SuspendDone() that power button event needs to be
|
| // ignored.
|
|
|