Commit bc7bbd66 authored by toyoshim's avatar toyoshim Committed by Commit bot

Enable FasterLocationReload feature by default

As a third step of experiment-controlled rollouts, enable
FasterLocationReload feature by default for trunk.

BUG=591245

Review-Url: https://codereview.chromium.org/2747413002
Cr-Commit-Position: refs/heads/master@{#457346}
parent 26291442
......@@ -57,7 +57,7 @@ const base::Feature kExpensiveBackgroundTimerThrottling{
// Enables faster location.reload() to use a reload mode that revalidates only
// main resource forcibly. https://crbug.com/670237.
const base::Feature kFasterLocationReload{"FasterLocationReload",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};
// Enables the Feature Policy framework for granting and removing access to
// other features through HTTP headers.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment