Skip to content

Commit

Permalink
Blink's SpeculationRulesPrefetchProxy runtime feature flas is gone.
Browse files Browse the repository at this point in the history
We originally disabled it for brave/brave-browser#23433 via
#13772, but the issue is no longer reproducible in
cr121, so we can just drop the call to disable the flag.

Chromium change:

https://chromium.googlesource.com/chromium/src/+/d1cf902be6fc9ae8654fe5a6c466dfb51f782197

commit d1cf902be6fc9ae8654fe5a6c466dfb51f782197
Author: Jeremy Roman <jbroman@chromium.org>
Date:   Thu Nov 9 16:38:02 2023 +0000

    Remove RuntimeEnabledFeatures checks for SpeculationRules and SpeculationRulesPrefetchProxy.

    These have been shipped for almost a year.

    Bug: 1173646
  • Loading branch information
mkarolin authored and cdesouza-chromium committed Dec 27, 2023
1 parent 4c9ee9b commit ba9e894
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions renderer/brave_content_renderer_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ void BraveContentRendererClient::
if (!base::FeatureList::IsEnabled(blink::features::kBraveWebSerialAPI)) {
blink::WebRuntimeFeatures::EnableFeatureFromString("Serial", false);
}
blink::WebRuntimeFeatures::EnableFeatureFromString(
"SpeculationRulesPrefetchProxy", false);
blink::WebRuntimeFeatures::EnableFeatureFromString("AdTagging", false);
}

Expand Down

0 comments on commit ba9e894

Please sign in to comment.