Skip to content

Commit 574f4dc

Browse files
committed
Merge pull request #28731 from brave/emerick-cr136-followup-disable-outline-silhouette-icon
Disable kOutlineSilhouetteIcon feature flag
1 parent 64d4311 commit 574f4dc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/feature_defaults_unittest.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
TEST(FeatureDefaultsTest, DisabledFeatures) {
8181
// Please, keep alphabetized
8282
const base::Feature* disabled_features[] = {
83+
&kOutlineSilhouetteIcon,
8384
&aggregation_service::kAggregationServiceMultipleCloudProviders,
8485
#if BUILDFLAG(IS_ANDROID)
8586
&android_webview::features::kWebViewMediaIntegrityApiBlinkExtension,

chromium_src/components/signin/public/base/signin_switches.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ OVERRIDE_FEATURE_DEFAULT_STATES({{
1616
} // namespace switches
1717

1818
OVERRIDE_FEATURE_DEFAULT_STATES({{
19+
{kOutlineSilhouetteIcon, base::FEATURE_DISABLED_BY_DEFAULT},
1920
#if BUILDFLAG(ENABLE_MIRROR) && !BUILDFLAG(IS_IOS)
2021
{kVerifyRequestInitiatorForMirrorHeaders,
2122
base::FEATURE_DISABLED_BY_DEFAULT},

0 commit comments

Comments
 (0)