Commit 7028d835 authored by toyoshim's avatar toyoshim Committed by Commit bot

Enable NonValidatingReloadOnRefreshContentV2 feature by default

Now the feature is approved to roll out into Stable channel,
let me flip the feature flag to be enabled by default.

This is a required process to launch the feature through the field study,
and should be done before the feature is rolled out to 100%.

BUG=591245

Review-Url: https://codereview.chromium.org/2296603002
Cr-Commit-Position: refs/heads/master@{#415569}
parent 8fd34149
......@@ -76,7 +76,7 @@ const base::Feature kNonValidatingReloadOnNormalReload{
// See https://crbug.com/591245
const base::Feature kNonValidatingReloadOnRefreshContent{
"NonValidatingReloadOnRefreshContentV2",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};
// An experiment to optimize resource loading IPC for small resources.
// http://crbug.com/580928
......
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