| Index: chromeos/settings/cros_settings_names.cc
|
| diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
|
| index 6cee9bc24b93b040dde10970d288db2644226fbc..6e29507b0f407a8cdaf2d89ba8e584447edd5e95 100644
|
| --- a/chromeos/settings/cros_settings_names.cc
|
| +++ b/chromeos/settings/cros_settings_names.cc
|
| @@ -165,4 +165,9 @@ const char kDeviceDisabled[] = "cros.device_disabled";
|
| // the device is disabled.
|
| const char kDeviceDisabledMessage[] = "cros.disabled_state.message";
|
|
|
| +// A boolean pref that indicates whether the device automatically reboots when
|
| +// the user initiates a shutdown via an UI element. If set to true, all
|
| +// shutdown buttons in the UI will be replaced by reboot buttons.
|
| +const char kRebootOnShutdown[] = "cros.device.reboot_on_shutdown";
|
| +
|
| } // namespace chromeos
|
|
|