Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1075)

Unified Diff: ash/system/chromeos/power/tablet_power_button_controller.cc

Issue 2622103003: ash: Tune shutdown timer in TabletPowerButtonController and shutdown white animation speed (Closed)
Patch Set: make it differentiate on touchViewEnabled Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/wm/session_state_animator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | ash/wm/session_state_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698