0

Enable CRD multi monitor support by default

This is in preparation for the launch in M104
(launch tracking bug is crbug.com/1322927).

Fixed: b/235448234
Test: Manually launched ChromeOS and verified the feature was working
Change-Id: I9818efce6f90abbf16626ca6c670765831fe75be
Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3695329
Commit-Queue: Joe Downing <joedow@chromium.org>
Reviewed-by: Joe Downing <joedow@chromium.org>
Auto-Submit: Jeroen Dhollander <jeroendh@google.com>
Cr-Commit-Position: refs/heads/main@{#1012535}
This commit is contained in:
Jeroen Dhollander
2022-06-09 16:16:49 +00:00
committed by Chromium LUCI CQ
parent 6cb9aee74a
commit 4c23b16bb6

@ -6,7 +6,7 @@
namespace remoting::features {
const base::Feature kEnableMultiMonitorsInCrd{
"EnableMultiMonitorsInCrd", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kEnableMultiMonitorsInCrd{"EnableMultiMonitorsInCrd",
base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace remoting::features