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

Unified Diff: chromeos/power/power_state_override_unittest.cc

Issue 12260029: chromeos: Don't override suspend-on-lid-closed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update comment Created 7 years, 10 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 | « chromeos/power/power_state_override.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/power/power_state_override_unittest.cc
diff --git a/chromeos/power/power_state_override_unittest.cc b/chromeos/power/power_state_override_unittest.cc
index 7b3c7da30d7571a863e9a8dfff9f7b89ae62e6bf..b9259805d742b9d063edbd42d0c86056b1bb3ba7 100644
--- a/chromeos/power/power_state_override_unittest.cc
+++ b/chromeos/power/power_state_override_unittest.cc
@@ -57,11 +57,9 @@ TEST_F(PowerStateOverrideTest, AddAndRemoveOverrides) {
const uint32 kDisplayOverrides =
PowerManagerClient::DISABLE_IDLE_DIM |
PowerManagerClient::DISABLE_IDLE_BLANK |
- PowerManagerClient::DISABLE_IDLE_SUSPEND |
- PowerManagerClient::DISABLE_IDLE_LID_SUSPEND;
+ PowerManagerClient::DISABLE_IDLE_SUSPEND;
const uint32 kSystemOverrides =
- PowerManagerClient::DISABLE_IDLE_SUSPEND |
- PowerManagerClient::DISABLE_IDLE_LID_SUSPEND;
+ PowerManagerClient::DISABLE_IDLE_SUSPEND;
// Block display sleep and pass a request ID to the callback.
chromeos::PowerStateRequestIdCallback request_id_callback;
« no previous file with comments | « chromeos/power/power_state_override.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698