Skip to content

Commit

Permalink
Merge pull request #16599 from brave/revert-speedreader-1.47.x
Browse files Browse the repository at this point in the history
Disable v2 Speedreader panel uplift to 1.47.x
  • Loading branch information
kjozwiak authored Jan 11, 2023
2 parents 91f3df0 + d05ae9e commit d6b1970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/speedreader/common/features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BASE_FEATURE(kSpeedreaderFeature,

BASE_FEATURE(kSpeedreaderPanelV2,
"SpeedreaderPanelV2",
base::FEATURE_ENABLED_BY_DEFAULT);
base::FEATURE_DISABLED_BY_DEFAULT);

const base::FeatureParam<int> kSpeedreaderMinOutLengthParam{
&kSpeedreaderFeature, "min_out_length", 1000};
Expand Down

0 comments on commit d6b1970

Please sign in to comment.