Commit 0ccb3fae authored by toyoshim's avatar toyoshim Committed by Commit bot

Enable faster reload on variation testing

This patch removes NonValidatingReloadOnRefreshContent entry that was
already replaced with V2, and adds NonValidatingReloadOnNormalReload as
I did for desktops before.

BUG=591245

Review-Url: https://codereview.chromium.org/2344503002
Cr-Commit-Position: refs/heads/master@{#418784}
parent a626404d
......@@ -263,10 +263,10 @@
"group_name": "Enabled"
}
],
"NonValidatingReloadOnRefreshContent": [
"NonValidatingReloadOnNormalReload": [
{
"enable_features": [
"NonValidatingReloadOnRefreshContent"
"NonValidatingReloadOnNormalReload"
],
"group_name": "Enabled"
}
......
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