Commit 2a117c04 authored by Bernhard Bauer's avatar Bernhard Bauer Committed by Commit Bot

Enable supervised user creation by default again.

Bug: 736035
Change-Id: I03821f26deb3b274a0e944b6c8537b26d18f9b2b
Reviewed-on: https://chromium-review.googlesource.com/660259Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Commit-Queue: Bernhard Bauer <bauerb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#501241}
parent a00d6fa0
...@@ -420,7 +420,7 @@ const base::Feature kStaggeredBackgroundTabOpeningExperiment{ ...@@ -420,7 +420,7 @@ const base::Feature kStaggeredBackgroundTabOpeningExperiment{
// Enables or disables the creation of (legacy) supervised users. Does not // Enables or disables the creation of (legacy) supervised users. Does not
// affect existing supervised users. // affect existing supervised users.
const base::Feature kSupervisedUserCreation{"SupervisedUserCreation", const base::Feature kSupervisedUserCreation{"SupervisedUserCreation",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
#if defined(OS_CHROMEOS) #if defined(OS_CHROMEOS)
// Enables or disables chrome://sys-internals. // Enables or disables chrome://sys-internals.
......
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