Commit 7e02bf66 authored by Nicholas Verne's avatar Nicholas Verne Committed by Commit Bot

Enable Crostini Upgrade WebUI by default

Bug: 1024693
Change-Id: Ie2c40ad0c6050cf8d2be19ee50b7ea9e030b2d44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055907Reviewed-by: default avatarDavid Munro <davidmunro@google.com>
Commit-Queue: Nicholas Verne <nverne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741357}
parent 29ed4284
...@@ -77,7 +77,7 @@ const base::Feature kCrostiniUsbAllowUnsupported{ ...@@ -77,7 +77,7 @@ const base::Feature kCrostiniUsbAllowUnsupported{
// Enables or disables the new WebUI Crostini upgrader. // Enables or disables the new WebUI Crostini upgrader.
const base::Feature kCrostiniWebUIUpgrader{"CrostiniWebUIUpgrader", const base::Feature kCrostiniWebUIUpgrader{"CrostiniWebUIUpgrader",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Enables or disables using Cryptauth's GetDevicesActivityStatus API. // Enables or disables using Cryptauth's GetDevicesActivityStatus API.
const base::Feature kCryptAuthV2DeviceActivityStatus{ const base::Feature kCryptAuthV2DeviceActivityStatus{
......
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