| Index: chromeos/settings/cros_settings_names.cc
|
| diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
|
| index 6e29507b0f407a8cdaf2d89ba8e584447edd5e95..d3270569717ebc67adec2038871e73d7b6df9efa 100644
|
| --- a/chromeos/settings/cros_settings_names.cc
|
| +++ b/chromeos/settings/cros_settings_names.cc
|
| @@ -100,30 +100,6 @@ const char kReportDeviceUsers[] = "cros.device_status.report_users";
|
| const char kReportDeviceHardwareStatus[] =
|
| "cros.device_status.report_hardware_status";
|
|
|
| -// A list of dictionaries, each detailing one extension to install as part of
|
| -// the AppPack and including the following fields:
|
| -// "extension-id": ID of the extension to install
|
| -// "update-url": URL to check the extension's version and download location
|
| -// "key-checksum": checksum of the extension's CRX public key, encoded in hex.
|
| -const char kAppPack[] = "cros.app_pack";
|
| -const char kAppPackKeyExtensionId[] = "extension-id";
|
| -const char kAppPackKeyUpdateUrl[] = "update-url";
|
| -
|
| -// Values from the ScreenSaver proto. Defines the extension ID of the screen
|
| -// saver extension and the timeout before the screen saver should be started.
|
| -const char kScreenSaverExtensionId[] = "cros.screen_saver.extension_id";
|
| -const char kScreenSaverTimeout[] = "cros.screen_saver.timeout";
|
| -
|
| -// Values from the ForcedLogoutTimeouts proto. Defines the timeouts before a
|
| -// user is logged out after some period of inactivity as well as the duration of
|
| -// a warning message informing the user about the pending logout.
|
| -const char kIdleLogoutTimeout[] = "cros.idle_logout.timeout";
|
| -const char kIdleLogoutWarningDuration[] = "cros.idle_logout.warning_duration";
|
| -
|
| -// Defines the set of URLs to be opened on login to the anonymous account used
|
| -// if the device is in KIOSK mode.
|
| -const char kStartUpUrls[] = "cros.start_up_urls";
|
| -
|
| // This policy should not appear in the protobuf ever but is used internally to
|
| // signal that we are running in a "safe-mode" for policy recovery.
|
| const char kPolicyMissingMitigationMode[] =
|
|
|