Commit d96ef53f authored by Jana Grill's avatar Jana Grill Committed by Commit Bot

Add a feature flag for managed ADB sideloading

With this flag it is possible to enable ADB sideloading for managed
devices and/or users.

Bug: 1053880
Change-Id: I7d70f79265d5aac60676bc4fb52bb1eb4bff36a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071936Reviewed-by: default avatarOlya Kalitova <okalitova@chromium.org>
Commit-Queue: Jana Grill <janagrill@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744617}
parent 2a439018
......@@ -24,6 +24,11 @@ const base::Feature kAmbientModeFeature{"ChromeOSAmbientMode",
const base::Feature kArcAdbSideloadingFeature{
"ArcAdbSideloading", base::FEATURE_DISABLED_BY_DEFAULT};
// Controls whether to enable support for ARC ADB sideloading for managed
// accounts and/or devices.
const base::Feature kArcManagedAdbSideloadingSupport{
"ArcManagedAdbSideloadingSupport", base::FEATURE_DISABLED_BY_DEFAULT};
// Enables or disables auto screen-brightness adjustment when ambient light
// changes.
const base::Feature kAutoScreenBrightness{"AutoScreenBrightness",
......
......@@ -20,6 +20,8 @@ extern const base::Feature kAmbientModeFeature;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kArcAdbSideloadingFeature;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kArcManagedAdbSideloadingSupport;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kAutoScreenBrightness;
COMPONENT_EXPORT(CHROMEOS_CONSTANTS)
extern const base::Feature kAssistPersonalInfo;
......
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