summaryrefslogtreecommitdiffstats
path: root/chromeos/settings
diff options
context:
space:
mode:
authorrkc <rkc@chromium.org>2014-12-18 08:54:37 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-18 16:54:55 +0000
commitb526cd6b9e2a79f8b7f1b8e2ceeb10e5f46cf787 (patch)
treec4112bcb1e9ce0dd6bd30de2f4dd3bb83c55be6d /chromeos/settings
parent59291ad13b4cc60438441b08aa786fae51951bdd (diff)
downloadchromium_src-b526cd6b9e2a79f8b7f1b8e2ceeb10e5f46cf787.zip
chromium_src-b526cd6b9e2a79f8b7f1b8e2ceeb10e5f46cf787.tar.gz
chromium_src-b526cd6b9e2a79f8b7f1b8e2ceeb10e5f46cf787.tar.bz2
Remove retail mode.
Now that we are using public accounts for our retail experience, we should get rid of all the retail mode code which is no longer used. Owner reviews requested, nkostylev@ - login pneubeck@ - enterprise derat@ - ash asargent@ - extensions sky@ - c/b/browser_resources.grd and c/b/ui/startup R=bartfab@chromium.org, derat@chromium.org, nkostylev@chromium.org BUG=254840 Review URL: https://codereview.chromium.org/608283003 Cr-Commit-Position: refs/heads/master@{#309022}
Diffstat (limited to 'chromeos/settings')
-rw-r--r--chromeos/settings/cros_settings_names.cc24
-rw-r--r--chromeos/settings/cros_settings_names.h12
2 files changed, 0 insertions, 36 deletions
diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
index 6e29507..d327056 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[] =
diff --git a/chromeos/settings/cros_settings_names.h b/chromeos/settings/cros_settings_names.h
index 834b950..0b5af23 100644
--- a/chromeos/settings/cros_settings_names.h
+++ b/chromeos/settings/cros_settings_names.h
@@ -58,18 +58,6 @@ CHROMEOS_EXPORT extern const char kReportDeviceNetworkInterfaces[];
CHROMEOS_EXPORT extern const char kReportDeviceUsers[];
CHROMEOS_EXPORT extern const char kReportDeviceHardwareStatus[];
-CHROMEOS_EXPORT extern const char kAppPack[];
-CHROMEOS_EXPORT extern const char kAppPackKeyExtensionId[];
-CHROMEOS_EXPORT extern const char kAppPackKeyUpdateUrl[];
-
-CHROMEOS_EXPORT extern const char kScreenSaverExtensionId[];
-CHROMEOS_EXPORT extern const char kScreenSaverTimeout[];
-
-CHROMEOS_EXPORT extern const char kIdleLogoutTimeout[];
-CHROMEOS_EXPORT extern const char kIdleLogoutWarningDuration[];
-
-CHROMEOS_EXPORT extern const char kStartUpUrls[];
-
CHROMEOS_EXPORT extern const char kPolicyMissingMitigationMode[];
CHROMEOS_EXPORT extern const char kAllowRedeemChromeOsRegistrationOffers[];