Commit 0abeeea7 authored by Lucas Tenório's avatar Lucas Tenório Committed by Commit Bot

Remove Supervision Onboarding features.

Bug: 977566
Change-Id: I697e026c9b2574b7d4e5b8491709b98da5919525
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673018
Commit-Queue: Lucas Tenório <ltenorio@chromium.org>
Reviewed-by: default avatarMichael Giuffrida <michaelpg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#672054}
parent d4cc2e6e
......@@ -118,17 +118,6 @@ const base::Feature kSmartDimModelV3{"SmartDimModelV3",
const base::Feature kSplitSettings{"SplitSettings",
base::FEATURE_DISABLED_BY_DEFAULT};
// If enabled, a new screen will be shown at the end of the OOBE/Login for
// supervised users. It will display a loading page while we fetch
// eligibility data.
const base::Feature kSupervisionOnboardingEligibility{
"SupervisionOnboardingEligibility", base::FEATURE_ENABLED_BY_DEFAULT};
// If enabled, we will display the full onboarding flow for eligible supervised
// users.
const base::Feature kSupervisionOnboardingScreens{
"SupervisionOnboardingScreens", base::FEATURE_DISABLED_BY_DEFAULT};
// Enables the updated cellular activation UI; see go/cros-cellular-design.
const base::Feature kUpdatedCellularActivationUi{
"UpdatedCellularActivationUi", base::FEATURE_DISABLED_BY_DEFAULT};
......
......@@ -60,10 +60,6 @@ extern const base::Feature kSmartDimModelV3;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kSplitSettings;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kSupervisionOnboardingEligibility;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kSupervisionOnboardingScreens;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kUpdatedCellularActivationUi;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kUseMessagesGoogleComDomain;
......
......@@ -499,11 +499,6 @@ const char kRegulatoryLabelDir[] = "regulatory-label-dir";
// This makes it easier to test layout logic.
const char kShowLoginDevOverlay[] = "show-login-dev-overlay";
// Url prefix for the Supervision Onboarding remote web pages.
// This makes it easier to test with fake HTTP servers or local dev versions.
const char kSupervisionOnboardingUrlPrefix[] =
"supervision-onboarding-url-prefix";
// Enables testing for encryption migration UI.
const char kTestEncryptionMigrationUI[] = "test-encryption-migration-ui";
......
......@@ -182,8 +182,6 @@ COMPONENT_EXPORT(CHROMEOS_CONSTANTS) extern const char kShelfHotseat[];
COMPONENT_EXPORT(CHROMEOS_CONSTANTS) extern const char kShelfScrollable[];
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const char kShowAndroidFilesInFilesApp[];
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const char kSupervisionOnboardingUrlPrefix[];
COMPONENT_EXPORT(CHROMEOS_CONSTANTS) extern const char kShowLoginDevOverlay[];
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const char kTestEncryptionMigrationUI[];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment