0

Enable RoundedWindows feature by default

In crrev.com/c/6262019, we accidentally flipped the wrong flag.

Bug: b:350559363, b:396292695
Change-Id: I884898538625e218396b5b0213d6f63977e478fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6357977
Commit-Queue: Zoraiz Naeem <zoraiznaeem@chromium.org>
Reviewed-by: Vincent Chiang <vincentchiang@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1432911}
This commit is contained in:
Zoraiz Naeem
2025-03-14 11:57:31 -07:00
committed by Chromium LUCI CQ
parent ce359a883a
commit 4eebc6613d

@ -222,7 +222,7 @@ BASE_FEATURE(kFeatureManagementDisableChromeCompose,
// feature management module.
BASE_FEATURE(kFeatureManagementRoundedWindows,
"FeatureManagementRoundedWindows",
base::FEATURE_ENABLED_BY_DEFAULT);
base::FEATURE_DISABLED_BY_DEFAULT);
// Enables the first wave of new features for the chrome.enterprise.platformKeys
// API. That includes:
@ -339,7 +339,7 @@ BASE_FEATURE(kMicrosoftOneDriveIntegrationForEnterprise,
BASE_FEATURE(kRoundedWindows,
"RoundedWindows",
base::FEATURE_DISABLED_BY_DEFAULT);
base::FEATURE_ENABLED_BY_DEFAULT);
// Enables CloudFileSystem for FileSystemProvider extensions.
BASE_FEATURE(kFileSystemProviderCloudFileSystem,