Commit e5a4662e authored by Toby Huang's avatar Toby Huang Committed by Commit Bot

Disable feature kSupervisedUserInitiatedExtensionInstall by default

Feature kSupervisedUserInitiatedExtensionInstall should be disabled by
default for M80. Otherwise, a child user can install extensions, but
those extensions will remain force-disabled. There will be no way to
enable those extensions, leading to a half-baked user experience.
Child users should not be able to install extensions in M80.

Bug: 1031628
Change-Id: I553d57b24fa97f3c5dba3c78a1b7acb162bcb4b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1953721Reviewed-by: default avatarDan S <danan@chromium.org>
Reviewed-by: default avatarMichael Giuffrida <michaelpg@chromium.org>
Commit-Queue: Toby Huang <tobyhuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#722669}
parent 5b24be62
...@@ -11,5 +11,5 @@ const base::Feature kSupervisedUserIframeFilter{ ...@@ -11,5 +11,5 @@ const base::Feature kSupervisedUserIframeFilter{
const base::Feature kSupervisedUserInitiatedExtensionInstall{ const base::Feature kSupervisedUserInitiatedExtensionInstall{
"SupervisedUserInitiatedExtensionInstall", "SupervisedUserInitiatedExtensionInstall",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
} }
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