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

Unified Diff: power_constants.h

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 | « config/use_lid ('k') | power_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: power_constants.h
diff --git a/power_constants.h b/power_constants.h
index 8a424e83308f170d801a21122d4442e0ce5861f6..c5492ff3fbfbad4187af2fb1a4ec316e9135fff6 100644
--- a/power_constants.h
+++ b/power_constants.h
@@ -19,6 +19,7 @@ extern const char kUnpluggedOffMs[];
extern const char kUnpluggedSuspendMs[];
extern const char kEnforceLock[];
extern const char kDisableIdleSuspend[];
+extern const char kUseLid[];
extern const char kLockOnIdleSuspend[];
extern const char kLockMs[];
extern const char kRetrySuspendMs[];
« no previous file with comments | « config/use_lid ('k') | power_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698