Commit 6a0e4207 authored by Jason Lin's avatar Jason Lin Committed by Chromium LUCI CQ

Enable plugin vm show camera/mic permissions flags

Bug: b/167491603
Change-Id: I43f80edb10684efb9fcb864a2c0a0c723ce9a241
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595560Reviewed-by: default avatarDaniel Ng <danielng@google.com>
Commit-Queue: Jason Lin <lxj@google.com>
Cr-Commit-Position: refs/heads/master@{#837952}
parent fa29fa99
...@@ -507,12 +507,12 @@ const base::Feature kPinSetupForFamilyLink{"PinSetupForFamilyLink", ...@@ -507,12 +507,12 @@ const base::Feature kPinSetupForFamilyLink{"PinSetupForFamilyLink",
// Controls whether the camera permissions should be shown in the Plugin // Controls whether the camera permissions should be shown in the Plugin
// VM app settings. // VM app settings.
const base::Feature kPluginVmShowCameraPermissions{ const base::Feature kPluginVmShowCameraPermissions{
"PluginVmShowCameraPermissions", base::FEATURE_DISABLED_BY_DEFAULT}; "PluginVmShowCameraPermissions", base::FEATURE_ENABLED_BY_DEFAULT};
// Controls whether the microphone permissions should be shown in the Plugin // Controls whether the microphone permissions should be shown in the Plugin
// VM app settings. // VM app settings.
const base::Feature kPluginVmShowMicrophonePermissions{ const base::Feature kPluginVmShowMicrophonePermissions{
"PluginVmShowMicrophonePermissions", base::FEATURE_DISABLED_BY_DEFAULT}; "PluginVmShowMicrophonePermissions", base::FEATURE_ENABLED_BY_DEFAULT};
// Controls whether to show printer statuses. // Controls whether to show printer statuses.
const base::Feature kPrinterStatus{"PrinterStatus", const base::Feature kPrinterStatus{"PrinterStatus",
......
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