Commit 41c3816d authored by Joel Hockey's avatar Joel Hockey Committed by Commit Bot

Enable TerminalSystemApp by default on trunk (M83 dev)

Change-Id: I7c64fc381870279c1efb7810a3c5112e973e8e7a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108261
Commit-Queue: Jason Lin <lxj@google.com>
Auto-Submit: Joel Hockey <joelhockey@chromium.org>
Reviewed-by: default avatarJason Lin <lxj@google.com>
Cr-Commit-Position: refs/heads/master@{#751553}
parent baeed35c
...@@ -185,7 +185,7 @@ const base::Feature kPrintServerUi{"PrintServerUi", ...@@ -185,7 +185,7 @@ const base::Feature kPrintServerUi{"PrintServerUi",
// OS_CHROMEOS, but this flag must be defined for all platforms since // OS_CHROMEOS, but this flag must be defined for all platforms since
// it is required for SystemWebApp tests. // it is required for SystemWebApp tests.
const base::Feature kTerminalSystemApp{"TerminalSystemApp", const base::Feature kTerminalSystemApp{"TerminalSystemApp",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Use the Terminal System App legacy settings page. // Use the Terminal System App legacy settings page.
const base::Feature kTerminalSystemAppLegacySettings{ const base::Feature kTerminalSystemAppLegacySettings{
......
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