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

Unified Diff: chrome/app/settings_strings.grdp

Issue 2853113004: chromeos: Add settings to control power management prefs. (Closed)
Patch Set: address review comments and display more lid-closed actions Created 3 years, 7 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
Index: chrome/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index a2a2861b1938d49a64f9a35f4540cbda29e51c4b..8bd654fcfc05883676de376397f73b9364cfe052 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -3062,6 +3062,36 @@
<message name="IDS_SETTINGS_POWER_SOURCE_CALCULATING" desc="In Device Settings > Power, the power source description when the power status is being determined.">
Checking...
</message>
+ <message name="IDS_SETTINGS_POWER_IDLE_LABEL" desc="In Device Settings > Power, label for idle behavior.">
+ When idle
+ </message>
+ <message name="IDS_SETTINGS_POWER_IDLE_DISPLAY_OFF_SLEEP" desc="In Device Settings > Power, menu item for idle behavior.">
+ Turn off display and sleep
michaelpg 2017/05/08 18:48:55 "that turns off the screen and puts the device to
use derat at chromium.org 2017/05/08 23:27:17 Done.
+ </message>
+ <message name="IDS_SETTINGS_POWER_IDLE_DISPLAY_OFF_STAY_AWAKE" desc="In Device Settings > Power, menu item for idle behavior.">
michaelpg 2017/05/08 18:48:54 "that turns off the screen but prevents the device
use derat at chromium.org 2017/05/08 23:27:17 Done.
+ Turn off display but stay awake
+ </message>
+ <message name="IDS_SETTINGS_POWER_IDLE_DISPLAY_ON" desc="In Device Settings > Power, menu item for idle behavior.">
michaelpg 2017/05/08 18:48:54 "that prevents the screen from turning off"
use derat at chromium.org 2017/05/08 23:27:17 Done.
+ Keep display on
+ </message>
+ <message name="IDS_SETTINGS_POWER_IDLE_OTHER" desc="In Device Settings > Power, menu item for idle behavior.">
michaelpg 2017/05/08 18:48:54 "for custom idle behavior."
use derat at chromium.org 2017/05/08 23:27:17 Done.
+ Other
+ </message>
+ <message name="IDS_SETTINGS_POWER_LID_CLOSED_LABEL" desc="In Device Settings > Power, label for lid-closed behavior.">
+ When lid is closed
michaelpg 2017/05/08 18:48:54 (you get the idea)
use derat at chromium.org 2017/05/08 23:27:17 Done.
+ </message>
+ <message name="IDS_SETTINGS_POWER_LID_CLOSED_SLEEP" desc="In Device Settings > Power, menu item for lid-closed behavior.">
+ Sleep
+ </message>
+ <message name="IDS_SETTINGS_POWER_LID_CLOSED_STAY_AWAKE" desc="In Device Settings > Power, menu item for lid-closed behavior.">
+ Stay awake
+ </message>
+ <message name="IDS_SETTINGS_POWER_LID_CLOSED_SIGN_OUT" desc="In Device Settings > Power, menu item for lid-closed behavior.">
+ Sign out
+ </message>
+ <message name="IDS_SETTINGS_POWER_LID_CLOSED_SHUT_DOWN" desc="In Device Settings > Power, menu item for lid-closed behavior.">
+ Shut down
+ </message>
</if>
<!-- System Page -->

Powered by Google App Engine
This is Rietveld 408576698