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

Unified Diff: power_constants.cc

Issue 6712052: Allow the lid to be ignored using the use_lid pref (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/power_manager.git@master
Patch Set: Add default use_lid to config directory Created 9 years, 9 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 | « power_constants.h ('k') | powerman.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: power_constants.cc
diff --git a/power_constants.cc b/power_constants.cc
index 71e40f970c92312c2d3675030c21c4eb7da37138..23738742f3b6cc0f86e20fd3c5e0b9ae7fce8016 100644
--- a/power_constants.cc
+++ b/power_constants.cc
@@ -18,6 +18,7 @@ const char kUnpluggedOffMs[] = "unplugged_off_ms";
const char kUnpluggedSuspendMs[] = "unplugged_suspend_ms";
const char kEnforceLock[] = "enforce_lock";
const char kDisableIdleSuspend[] = "disable_idle_suspend";
+const char kUseLid[] = "use_lid";
const char kLockOnIdleSuspend[] = "lock_on_idle_suspend";
const char kLockMs[] = "lock_ms";
const char kRetrySuspendMs[] = "retry_suspend_ms";
« no previous file with comments | « power_constants.h ('k') | powerman.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698