Skip to content

Commit

Permalink
Disable v2 Speedreader panel (#16572)
Browse files Browse the repository at this point in the history
Disable speedreader panel v2
  • Loading branch information
nullhook authored Jan 9, 2023
1 parent ac2ed6f commit de42b21
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 @@ -13,7 +13,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 de42b21

Please sign in to comment.