0
Files
src/chromeos/power
derat@chromium.org 0b14afb653 chromeos: Don't override suspend-on-lid-closed.
This prevents PowerStateOverride::BLOCK_SYSTEM_SUSPEND,
which is used while the system is uploading or downloading
files or playing web audio, from setting the power manager's
disable_lid_suspend override.  This override used to be
unimplemented in powerd, but it works now, and we don't want
the system to stay awake after the lid is closed.

It also renames PowerManagerClient::DISABLE_IDLE_LID_SUSPEND
to DISABLE_LID_SUSPEND; it doesn't have anything to do with
idleness.

BUG=176078


Review URL: https://chromiumcodereview.appspot.com/12260029

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182707 0039d316-1c4b-4281-b951-d872f2087c98
2013-02-15 14:24:30 +00:00
..