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

Unified Diff: chromeos/settings/cros_settings_names.cc

Issue 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « chromeos/settings/cros_settings_names.h ('k') | components/policy/core/common/cloud/cloud_policy_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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[] =
« no previous file with comments | « chromeos/settings/cros_settings_names.h ('k') | components/policy/core/common/cloud/cloud_policy_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698