Commit 77193d5f authored by Jason Lin's avatar Jason Lin Committed by Chromium LUCI CQ

Enable VmCameraMicIndicatorsAndNotifications by default

Note that `PluginVmShowCameraPermissions` and
`PluginVmShowMicrophonePermissions` are still off by default.

Bug: b/167491603
Change-Id: Ib8156f470423ee35b088e3b0e18b8b32281fdb2c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596396
Auto-Submit: Jason Lin <lxj@google.com>
Commit-Queue: Joel Hockey <joelhockey@chromium.org>
Reviewed-by: default avatarJoel Hockey <joelhockey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837802}
parent 3fbaadb9
...@@ -700,7 +700,7 @@ const base::Feature kVirtualKeyboardBorderedKey{ ...@@ -700,7 +700,7 @@ const base::Feature kVirtualKeyboardBorderedKey{
// Enable or disable the camera/mic indicators/notifications for VMs. // Enable or disable the camera/mic indicators/notifications for VMs.
const base::Feature kVmCameraMicIndicatorsAndNotifications{ const base::Feature kVmCameraMicIndicatorsAndNotifications{
"VmCameraMicIndicatorsAndNotifications", base::FEATURE_DISABLED_BY_DEFAULT}; "VmCameraMicIndicatorsAndNotifications", base::FEATURE_ENABLED_BY_DEFAULT};
// Controls whether to enable syncing of Wi-Fi configurations between // Controls whether to enable syncing of Wi-Fi configurations between
// ChromeOS and a connected Android phone. // ChromeOS and a connected Android phone.
......
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