Skip to content

Commit

Permalink
Enable the Element Picker feature by default for Android (#27144)
Browse files Browse the repository at this point in the history
changed block-element-feature to be enabled by default

Signed-off-by: Vadym Struts <[email protected]>
  • Loading branch information
vadimstruts authored Jan 9, 2025
1 parent df7d7cf commit 823e971
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/brave_shields/core/common/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,7 @@ BASE_FEATURE(kBlockAllCookiesToggle,
// when enabled, allow to select and block HTML elements
BASE_FEATURE(kBraveShieldsElementPicker,
"BraveShieldsElementPicker",
#if BUILDFLAG(IS_ANDROID)
base::FEATURE_DISABLED_BY_DEFAULT);
#else
base::FEATURE_ENABLED_BY_DEFAULT);
#endif

// Enables extra TRACE_EVENTs in content filter js. The feature is
// primary designed for local debugging.
Expand Down

0 comments on commit 823e971

Please sign in to comment.